Html Css Color HEX #CFA320 Galliano

📋 copy color: '#CFA320'

red 207 ◦ green 163 ◦ blue 32

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

Shades of Galliano #CFA320

Tints of Galliano #CFA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 51.49%
G = 40.55%
B = 7.96%

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

#CFA320 (or 0xCFA320) is known color: Galliano. HEX triplet: CF, A3 and 20. RGB value is (207,163,32). Sum of RGB (Red+Green+Blue) = 207+163+32=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA320 is #305CDF. Grayscale: #A1A1A1. Windows color (decimal): -3169504 or 2139087. OLE color: 2139087.

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

Color convert

RGB 207 163 32 -
CMYK 0 0.21 0.85 0.19
HSL 44.91º 0.73% 0.47% -
HSV(B) 44.91º 0.85% 0.81% -
XYZ 39.09 39.56 6.94 -
YUV 161.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 207 163 32 0 0.21 0.85 0.19 44.91 0.73 0.47
Hex CF A3 20 0 15 55 13 2D 49 2F
Octal 317 243 40 0 25 125 23 55 111 57
Binary 11001111 10100011 100000 0 10101 1010101 10011 101101 1001001 101111

Color Harmonies of #CFA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA320

Black with #CFA320

Text Example


Text Example

White with #CFA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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