Html Css Color HEX #CFA71F Galliano

📋 copy color: '#CFA71F'

red 207 ◦ green 167 ◦ blue 31

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

Shades of Galliano #CFA71F

Tints of Galliano #CFA71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 51.11%
G = 41.23%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA71F (or 0xCFA71F) is known color: Galliano. HEX triplet: CF, A7 and 1F. RGB value is (207,167,31). Sum of RGB (Red+Green+Blue) = 207+167+31=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA71F is #3058E0. Grayscale: #A4A4A4. Windows color (decimal): -3168481 or 2074575. OLE color: 2074575.

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

Color convert

RGB 207 167 31 -
CMYK 0 0.19 0.85 0.19
HSL 46.36º 0.74% 0.47% -
HSV(B) 46.36º 0.85% 0.81% -
XYZ 39.8 41 7.11 -
YUV 163.46 53.25 159.06 -
System Red Green Blue C M Y K H S L
Decimal 207 167 31 0 0.19 0.85 0.19 46.36 0.74 0.47
Hex CF A7 1F 0 13 55 13 2E 4A 2F
Octal 317 247 37 0 23 125 23 56 112 57
Binary 11001111 10100111 11111 0 10011 1010101 10011 101110 1001010 101111

Color Harmonies of #CFA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA71F

Black with #CFA71F

Text Example


Text Example

White with #CFA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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