Html Css Color HEX #CFA714 Galliano

📋 copy color: '#CFA714'

red 207 ◦ green 167 ◦ blue 20

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

Shades of Galliano #CFA714

Tints of Galliano #CFA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 52.54%
G = 42.39%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA714 (or 0xCFA714) is known color: Galliano. HEX triplet: CF, A7 and 14. RGB value is (207,167,20). Sum of RGB (Red+Green+Blue) = 207+167+20=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA714 is #3058EB. Grayscale: #A2A2A2. Windows color (decimal): -3168492 or 1353679. OLE color: 1353679.

HSL color Cylindrical-coordinate representation of color #CFA714: hue angle of 47.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFA714 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 20 -
CMYK 0 0.19 0.90 0.19
HSL 47.17º 0.82% 0.45% -
HSV(B) 47.17º 0.9% 0.81% -
XYZ 39.68 40.95 6.48 -
YUV 162.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 207 167 20 0 0.19 0.90 0.19 47.17 0.82 0.45
Hex CF A7 14 0 13 5A 13 2F 52 2D
Octal 317 247 24 0 23 132 23 57 122 55
Binary 11001111 10100111 10100 0 10011 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA714

Black with #CFA714

Text Example


Text Example

White with #CFA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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