Html Css Color HEX #CFA41F Galliano

📋 copy color: '#CFA41F'

red 207 ◦ green 164 ◦ blue 31

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

Shades of Galliano #CFA41F

Tints of Galliano #CFA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 51.49%
G = 40.8%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA41F (or 0xCFA41F) is known color: Galliano. HEX triplet: CF, A4 and 1F. RGB value is (207,164,31). Sum of RGB (Red+Green+Blue) = 207+164+31=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41F is #305BE0. Grayscale: #A2A2A2. Windows color (decimal): -3169249 or 2073807. OLE color: 2073807.

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

Color convert

RGB 207 164 31 -
CMYK 0 0.21 0.85 0.19
HSL 45.34º 0.74% 0.47% -
HSV(B) 45.34º 0.85% 0.81% -
XYZ 39.25 39.92 6.93 -
YUV 161.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 207 164 31 0 0.21 0.85 0.19 45.34 0.74 0.47
Hex CF A4 1F 0 15 55 13 2D 4A 2F
Octal 317 244 37 0 25 125 23 55 112 57
Binary 11001111 10100100 11111 0 10101 1010101 10011 101101 1001010 101111

Color Harmonies of #CFA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA41F

Black with #CFA41F

Text Example


Text Example

White with #CFA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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