Html Css Color HEX #CFA813 Galliano

📋 copy color: '#CFA813'

red 207 ◦ green 168 ◦ blue 19

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

Shades of Galliano #CFA813

Tints of Galliano #CFA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 52.54%
G = 42.64%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA813 (or 0xCFA813) is known color: Galliano. HEX triplet: CF, A8 and 13. RGB value is (207,168,19). Sum of RGB (Red+Green+Blue) = 207+168+19=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA813 is #3057EC. Grayscale: #A3A3A3. Windows color (decimal): -3168237 or 1288399. OLE color: 1288399.

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

Color convert

RGB 207 168 19 -
CMYK 0 0.19 0.91 0.19
HSL 47.55º 0.83% 0.44% -
HSV(B) 47.55º 0.91% 0.81% -
XYZ 39.85 41.32 6.49 -
YUV 162.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 207 168 19 0 0.19 0.91 0.19 47.55 0.83 0.44
Hex CF A8 13 0 13 5B 13 30 53 2C
Octal 317 250 23 0 23 133 23 60 123 54
Binary 11001111 10101000 10011 0 10011 1011011 10011 110000 1010011 101100

Color Harmonies of #CFA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA813

Black with #CFA813

Text Example


Text Example

White with #CFA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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