Html Css Color HEX #CFAF19 Galliano

📋 copy color: '#CFAF19'

red 207 ◦ green 175 ◦ blue 25

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

Shades of Galliano #CFAF19

Tints of Galliano #CFAF19

RGB

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

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

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

R = 50.86%
G = 43%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFAF19 (or 0xCFAF19) is known color: Galliano. HEX triplet: CF, AF and 19. RGB value is (207,175,25). Sum of RGB (Red+Green+Blue) = 207+175+25=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF19 is #3050E6. Grayscale: #A8A8A8. Windows color (decimal): -3166439 or 1683407. OLE color: 1683407.

HSL color Cylindrical-coordinate representation of color #CFAF19: hue angle of 49.45º 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 #CFAF19 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 25 -
CMYK 0 0.15 0.88 0.19
HSL 49.45º 0.78% 0.45% -
HSV(B) 49.45º 0.88% 0.81% -
XYZ 41.24 44 7.24 -
YUV 167.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 207 175 25 0 0.15 0.88 0.19 49.45 0.78 0.45
Hex CF AF 19 0 F 58 13 31 4E 2D
Octal 317 257 31 0 17 130 23 61 116 55
Binary 11001111 10101111 11001 0 1111 1011000 10011 110001 1001110 101101

Color Harmonies of #CFAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF19

Black with #CFAF19

Text Example


Text Example

White with #CFAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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