Html Css Color HEX #CF9E20 Galliano

📋 copy color: '#CF9E20'

red 207 ◦ green 158 ◦ blue 32

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

Shades of Galliano #CF9E20

Tints of Galliano #CF9E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 52.14%
G = 39.8%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9E20 (or 0xCF9E20) is known color: Galliano. HEX triplet: CF, 9E and 20. RGB value is (207,158,32). Sum of RGB (Red+Green+Blue) = 207+158+32=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E20 is #3061DF. Grayscale: #9E9E9E. Windows color (decimal): -3170784 or 2137807. OLE color: 2137807.

HSL color Cylindrical-coordinate representation of color #CF9E20: hue angle of 43.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF9E20 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 32 -
CMYK 0 0.24 0.85 0.19
HSL 43.2º 0.73% 0.47% -
HSV(B) 43.2º 0.85% 0.81% -
XYZ 38.22 37.82 6.65 -
YUV 158.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 207 158 32 0 0.24 0.85 0.19 43.2 0.73 0.47
Hex CF 9E 20 0 18 55 13 2B 49 2F
Octal 317 236 40 0 30 125 23 53 111 57
Binary 11001111 10011110 100000 0 11000 1010101 10011 101011 1001001 101111

Color Harmonies of #CF9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E20

Black with #CF9E20

Text Example


Text Example

White with #CF9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E20; }

 p { color: rgb(207,158,32); }

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

background-color css

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

 a { background-color: rgb(207,158,32); }

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

border-color css

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

 span { border-color: rgb(207,158,32); }

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