Html Css Color HEX #CF9F28 Galliano

📋 copy color: '#CF9F28'

red 207 ◦ green 159 ◦ blue 40

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

Shades of Galliano #CF9F28

Tints of Galliano #CF9F28

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 50.99%
G = 39.16%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF9F28 (or 0xCF9F28) is known color: Galliano. HEX triplet: CF, 9F and 28. RGB value is (207,159,40). Sum of RGB (Red+Green+Blue) = 207+159+40=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F28 is #3060D7. Grayscale: #A0A0A0. Windows color (decimal): -3170520 or 2662351. OLE color: 2662351.

HSL color Cylindrical-coordinate representation of color #CF9F28: hue angle of 42.75º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9F28 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 40 -
CMYK 0 0.23 0.81 0.19
HSL 42.75º 0.68% 0.48% -
HSV(B) 42.75º 0.81% 0.81% -
XYZ 38.51 38.21 7.35 -
YUV 159.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 207 159 40 0 0.23 0.81 0.19 42.75 0.68 0.48
Hex CF 9F 28 0 17 51 13 2B 44 30
Octal 317 237 50 0 27 121 23 53 104 60
Binary 11001111 10011111 101000 0 10111 1010001 10011 101011 1000100 110000

Color Harmonies of #CF9F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F28

Black with #CF9F28

Text Example


Text Example

White with #CF9F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F28; }

 p { color: rgb(207,159,40); }

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

background-color css

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

 a { background-color: rgb(207,159,40); }

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

border-color css

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

 span { border-color: rgb(207,159,40); }

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