Html Css Color HEX #CFAB19 Galliano

📋 copy color: '#CFAB19'

red 207 ◦ green 171 ◦ blue 25

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

Shades of Galliano #CFAB19

Tints of Galliano #CFAB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 51.36%
G = 42.43%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFAB19 (or 0xCFAB19) is known color: Galliano. HEX triplet: CF, AB and 19. RGB value is (207,171,25). Sum of RGB (Red+Green+Blue) = 207+171+25=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB19 is #3054E6. Grayscale: #A5A5A5. Windows color (decimal): -3167463 or 1682383. OLE color: 1682383.

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

Color convert

RGB 207 171 25 -
CMYK 0 0.17 0.88 0.19
HSL 48.13º 0.78% 0.45% -
HSV(B) 48.13º 0.88% 0.81% -
XYZ 40.47 42.46 6.98 -
YUV 165.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 207 171 25 0 0.17 0.88 0.19 48.13 0.78 0.45
Hex CF AB 19 0 11 58 13 30 4E 2D
Octal 317 253 31 0 21 130 23 60 116 55
Binary 11001111 10101011 11001 0 10001 1011000 10011 110000 1001110 101101

Color Harmonies of #CFAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB19

Black with #CFAB19

Text Example


Text Example

White with #CFAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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