Html Css Color HEX #CAAF1E Galliano

📋 copy color: '#CAAF1E'

red 202 ◦ green 175 ◦ blue 30

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

Shades of Galliano #CAAF1E

Tints of Galliano #CAAF1E

RGB

 RED value IS 202 (79.3% from 255) = 49.63%

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

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

R = 49.63%
G = 43%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAAF1E (or 0xCAAF1E) is known color: Galliano. HEX triplet: CA, AF and 1E. RGB value is (202,175,30). Sum of RGB (Red+Green+Blue) = 202+175+30=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAF1E is #3550E1. Grayscale: #A7A7A7. Windows color (decimal): -3494114 or 2011082. OLE color: 2011082.

HSL color Cylindrical-coordinate representation of color #CAAF1E: hue angle of 50.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAAF1E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 175 30 -
CMYK 0 0.13 0.85 0.21
HSL 50.58º 0.74% 0.45% -
HSV(B) 50.58º 0.85% 0.79% -
XYZ 39.92 43.31 7.48 -
YUV 166.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 202 175 30 0 0.13 0.85 0.21 50.58 0.74 0.45
Hex CA AF 1E 0 D 55 15 33 4A 2D
Octal 312 257 36 0 15 125 25 63 112 55
Binary 11001010 10101111 11110 0 1101 1010101 10101 110011 1001010 101101

Color Harmonies of #CAAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAF1E

Black with #CAAF1E

Text Example


Text Example

White with #CAAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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