Html Css Color HEX #CFAF17 Galliano

📋 copy color: '#CFAF17'

red 207 ◦ green 175 ◦ blue 23

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

Shades of Galliano #CFAF17

Tints of Galliano #CFAF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 51.11%
G = 43.21%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFAF17 (or 0xCFAF17) is known color: Galliano. HEX triplet: CF, AF and 17. RGB value is (207,175,23). Sum of RGB (Red+Green+Blue) = 207+175+23=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF17 is #3050E8. Grayscale: #A7A7A7. Windows color (decimal): -3166441 or 1552335. OLE color: 1552335.

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

Color convert

RGB 207 175 23 -
CMYK 0 0.15 0.89 0.19
HSL 49.57º 0.8% 0.45% -
HSV(B) 49.57º 0.89% 0.81% -
XYZ 41.22 43.99 7.13 -
YUV 167.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 207 175 23 0 0.15 0.89 0.19 49.57 0.8 0.45
Hex CF AF 17 0 F 59 13 32 50 2D
Octal 317 257 27 0 17 131 23 62 120 55
Binary 11001111 10101111 10111 0 1111 1011001 10011 110010 1010000 101101

Color Harmonies of #CFAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF17

Black with #CFAF17

Text Example


Text Example

White with #CFAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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