Html Css Color HEX #CFA920 Galliano

📋 copy color: '#CFA920'

red 207 ◦ green 169 ◦ blue 32

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

Shades of Galliano #CFA920

Tints of Galliano #CFA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 50.74%
G = 41.42%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA920 (or 0xCFA920) is known color: Galliano. HEX triplet: CF, A9 and 20. RGB value is (207,169,32). Sum of RGB (Red+Green+Blue) = 207+169+32=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA920 is #3056DF. Grayscale: #A5A5A5. Windows color (decimal): -3167968 or 2140623. OLE color: 2140623.

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

Color convert

RGB 207 169 32 -
CMYK 0 0.18 0.85 0.19
HSL 46.97º 0.73% 0.47% -
HSV(B) 46.97º 0.85% 0.81% -
XYZ 40.18 41.75 7.31 -
YUV 164.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 207 169 32 0 0.18 0.85 0.19 46.97 0.73 0.47
Hex CF A9 20 0 12 55 13 2F 49 2F
Octal 317 251 40 0 22 125 23 57 111 57
Binary 11001111 10101001 100000 0 10010 1010101 10011 101111 1001001 101111

Color Harmonies of #CFA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA920

Black with #CFA920

Text Example


Text Example

White with #CFA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA920; }

 p { color: rgb(207,169,32); }

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

background-color css

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

 a { background-color: rgb(207,169,32); }

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

border-color css

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

 span { border-color: rgb(207,169,32); }

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