Html Css Color HEX #CFAB15 Galliano

📋 copy color: '#CFAB15'

red 207 ◦ green 171 ◦ blue 21

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

Shades of Galliano #CFAB15

Tints of Galliano #CFAB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 51.88%
G = 42.86%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFAB15 (or 0xCFAB15) is known color: Galliano. HEX triplet: CF, AB and 15. RGB value is (207,171,21). Sum of RGB (Red+Green+Blue) = 207+171+21=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB15 is #3054EA. Grayscale: #A5A5A5. Windows color (decimal): -3167467 or 1420239. OLE color: 1420239.

HSL color Cylindrical-coordinate representation of color #CFAB15: hue angle of 48.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAB15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 21 -
CMYK 0 0.17 0.90 0.19
HSL 48.39º 0.82% 0.45% -
HSV(B) 48.39º 0.9% 0.81% -
XYZ 40.43 42.45 6.77 -
YUV 164.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 207 171 21 0 0.17 0.90 0.19 48.39 0.82 0.45
Hex CF AB 15 0 11 5A 13 30 52 2D
Octal 317 253 25 0 21 132 23 60 122 55
Binary 11001111 10101011 10101 0 10001 1011010 10011 110000 1010010 101101

Color Harmonies of #CFAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB15

Black with #CFAB15

Text Example


Text Example

White with #CFAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB15; }

 p { color: rgb(207,171,21); }

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

background-color css

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

 a { background-color: rgb(207,171,21); }

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

border-color css

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

 span { border-color: rgb(207,171,21); }

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