Html Css Color HEX #CFAA13 Galliano

📋 copy color: '#CFAA13'

red 207 ◦ green 170 ◦ blue 19

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

Shades of Galliano #CFAA13

Tints of Galliano #CFAA13

RGB

 RED value IS 207 (81.25% from 255) = 52.27%

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 19 (7.81% from 255) = 4.8%

R = 52.27%
G = 42.93%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFAA13 (or 0xCFAA13) is known color: Galliano. HEX triplet: CF, AA and 13. RGB value is (207,170,19). Sum of RGB (Red+Green+Blue) = 207+170+19=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA13 is #3055EC. Grayscale: #A4A4A4. Windows color (decimal): -3167725 or 1288911. OLE color: 1288911.

HSL color Cylindrical-coordinate representation of color #CFAA13: hue angle of 48.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFAA13 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 19 -
CMYK 0 0.18 0.91 0.19
HSL 48.19º 0.83% 0.44% -
HSV(B) 48.19º 0.91% 0.81% -
XYZ 40.22 42.06 6.61 -
YUV 163.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 207 170 19 0 0.18 0.91 0.19 48.19 0.83 0.44
Hex CF AA 13 0 12 5B 13 30 53 2C
Octal 317 252 23 0 22 133 23 60 123 54
Binary 11001111 10101010 10011 0 10010 1011011 10011 110000 1010011 101100

Color Harmonies of #CFAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA13

Black with #CFAA13

Text Example


Text Example

White with #CFAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA13; }

 p { color: rgb(207,170,19); }

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

background-color css

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

 a { background-color: rgb(207,170,19); }

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

border-color css

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

 span { border-color: rgb(207,170,19); }

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