Html Css Color HEX #CCAF23 Galliano

📋 copy color: '#CCAF23'

red 204 ◦ green 175 ◦ blue 35

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

Shades of Galliano #CCAF23

Tints of Galliano #CCAF23

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 49.28%
G = 42.27%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCAF23 (or 0xCCAF23) is known color: Galliano. HEX triplet: CC, AF and 23. RGB value is (204,175,35). Sum of RGB (Red+Green+Blue) = 204+175+35=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF23 is #3350DC. Grayscale: #A8A8A8. Windows color (decimal): -3363037 or 2338764. OLE color: 2338764.

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

Color convert

RGB 204 175 35 -
CMYK 0 0.14 0.83 0.2
HSL 49.7º 0.71% 0.47% -
HSV(B) 49.7º 0.83% 0.8% -
XYZ 40.54 43.62 7.87 -
YUV 167.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 204 175 35 0 0.14 0.83 0.2 49.7 0.71 0.47
Hex CC AF 23 0 E 53 14 32 47 2F
Octal 314 257 43 0 16 123 24 62 107 57
Binary 11001100 10101111 100011 0 1110 1010011 10100 110010 1000111 101111

Color Harmonies of #CCAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF23

Black with #CCAF23

Text Example


Text Example

White with #CCAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF23; }

 p { color: rgb(204,175,35); }

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

background-color css

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

 a { background-color: rgb(204,175,35); }

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

border-color css

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

 span { border-color: rgb(204,175,35); }

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