Html Css Color HEX #CCAF1E Galliano

📋 copy color: '#CCAF1E'

red 204 ◦ green 175 ◦ blue 30

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

Shades of Galliano #CCAF1E

Tints of Galliano #CCAF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 49.88%
G = 42.79%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCAF1E (or 0xCCAF1E) is known color: Galliano. HEX triplet: CC, AF and 1E. RGB value is (204,175,30). Sum of RGB (Red+Green+Blue) = 204+175+30=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF1E is #3350E1. Grayscale: #A7A7A7. Windows color (decimal): -3363042 or 2011084. OLE color: 2011084.

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

Color convert

RGB 204 175 30 -
CMYK 0 0.14 0.85 0.2
HSL 50º 0.74% 0.46% -
HSV(B) 50º 0.85% 0.8% -
XYZ 40.47 43.59 7.51 -
YUV 167.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 204 175 30 0 0.14 0.85 0.2 50 0.74 0.46
Hex CC AF 1E 0 E 55 14 32 4A 2E
Octal 314 257 36 0 16 125 24 62 112 56
Binary 11001100 10101111 11110 0 1110 1010101 10100 110010 1001010 101110

Color Harmonies of #CCAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF1E

Black with #CCAF1E

Text Example


Text Example

White with #CCAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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