Html Css Color HEX #CFA816 Galliano

📋 copy color: '#CFA816'

red 207 ◦ green 168 ◦ blue 22

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

Shades of Galliano #CFA816

Tints of Galliano #CFA816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 52.14%
G = 42.32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA816 (or 0xCFA816) is known color: Galliano. HEX triplet: CF, A8 and 16. RGB value is (207,168,22). Sum of RGB (Red+Green+Blue) = 207+168+22=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA816 is #3057E9. Grayscale: #A3A3A3. Windows color (decimal): -3168234 or 1485007. OLE color: 1485007.

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

Color convert

RGB 207 168 22 -
CMYK 0 0.19 0.89 0.19
HSL 47.35º 0.81% 0.45% -
HSV(B) 47.35º 0.89% 0.81% -
XYZ 39.88 41.33 6.63 -
YUV 163.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 207 168 22 0 0.19 0.89 0.19 47.35 0.81 0.45
Hex CF A8 16 0 13 59 13 2F 51 2D
Octal 317 250 26 0 23 131 23 57 121 55
Binary 11001111 10101000 10110 0 10011 1011001 10011 101111 1010001 101101

Color Harmonies of #CFA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA816

Black with #CFA816

Text Example


Text Example

White with #CFA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA816; }

 p { color: rgb(207,168,22); }

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

background-color css

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

 a { background-color: rgb(207,168,22); }

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

border-color css

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

 span { border-color: rgb(207,168,22); }

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