Html Css Color HEX #CCA725 Galliano

📋 copy color: '#CCA725'

red 204 ◦ green 167 ◦ blue 37

#CCA725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CCA725

Tints of Galliano #CCA725

RGB

 RED value IS 204 (80.08% from 255) = 50%

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 50%
G = 40.93%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCA725 (or 0xCCA725) is known color: Galliano. HEX triplet: CC, A7 and 25. RGB value is (204,167,37). Sum of RGB (Red+Green+Blue) = 204+167+37=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA725 is #3358DA. Grayscale: #A3A3A3. Windows color (decimal): -3365083 or 2467788. OLE color: 2467788.

HSL color Cylindrical-coordinate representation of color #CCA725: hue angle of 46.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCA725 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 37 -
CMYK 0 0.18 0.82 0.2
HSL 46.71º 0.69% 0.47% -
HSV(B) 46.71º 0.82% 0.8% -
XYZ 39.05 40.61 7.53 -
YUV 163.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 204 167 37 0 0.18 0.82 0.2 46.71 0.69 0.47
Hex CC A7 25 0 12 52 14 2F 45 2F
Octal 314 247 45 0 22 122 24 57 105 57
Binary 11001100 10100111 100101 0 10010 1010010 10100 101111 1000101 101111

Color Harmonies of #CCA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA725

Black with #CCA725

Text Example


Text Example

White with #CCA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA725; }

 p { color: rgb(204,167,37); }

 H1.HeaderClassName
 {
   color: #CCA725;
 }
 .AnyTagClassName
 {
   color: #CCA725;
 }
</style>

background-color css

<style>
 a { background-color: #CCA725; }

 a { background-color: rgb(204,167,37); }

 div.DivClassName
 {
   background-color: #CCA725;
 }
 .BgClassName
 {
   background-color: #CCA725;
 }
</style>

border-color css

<style>
 span { border-color: #CCA725; }

 span { border-color: rgb(204,167,37); }

 td.TdClassName
 {
   border-color: #CCA725;
 }
 .TagClassName
 {
   border-color: #CCA725;
 }
</style>