Html Css Color HEX #CFA01F Galliano

📋 copy color: '#CFA01F'

red 207 ◦ green 160 ◦ blue 31

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

Shades of Galliano #CFA01F

Tints of Galliano #CFA01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 52.01%
G = 40.2%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA01F (or 0xCFA01F) is known color: Galliano. HEX triplet: CF, A0 and 1F. RGB value is (207,160,31). Sum of RGB (Red+Green+Blue) = 207+160+31=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA01F is #305FE0. Grayscale: #9F9F9F. Windows color (decimal): -3170273 or 2072783. OLE color: 2072783.

HSL color Cylindrical-coordinate representation of color #CFA01F: hue angle of 43.98º degrees, saturation: 0.74, 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 #CFA01F is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 31 -
CMYK 0 0.23 0.85 0.19
HSL 43.98º 0.74% 0.47% -
HSV(B) 43.98º 0.85% 0.81% -
XYZ 38.55 38.51 6.7 -
YUV 159.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 207 160 31 0 0.23 0.85 0.19 43.98 0.74 0.47
Hex CF A0 1F 0 17 55 13 2C 4A 2F
Octal 317 240 37 0 27 125 23 54 112 57
Binary 11001111 10100000 11111 0 10111 1010101 10011 101100 1001010 101111

Color Harmonies of #CFA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA01F

Black with #CFA01F

Text Example


Text Example

White with #CFA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA01F; }

 p { color: rgb(207,160,31); }

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

background-color css

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

 a { background-color: rgb(207,160,31); }

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

border-color css

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

 span { border-color: rgb(207,160,31); }

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