Html Css Color HEX #CFA815 Galliano

📋 copy color: '#CFA815'

red 207 ◦ green 168 ◦ blue 21

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

Shades of Galliano #CFA815

Tints of Galliano #CFA815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 52.27%
G = 42.42%
B = 5.3%

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

#CFA815 (or 0xCFA815) is known color: Galliano. HEX triplet: CF, A8 and 15. RGB value is (207,168,21). Sum of RGB (Red+Green+Blue) = 207+168+21=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA815 is #3057EA. Grayscale: #A3A3A3. Windows color (decimal): -3168235 or 1419471. OLE color: 1419471.

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

Color convert

RGB 207 168 21 -
CMYK 0 0.19 0.90 0.19
HSL 47.42º 0.82% 0.45% -
HSV(B) 47.42º 0.9% 0.81% -
XYZ 39.87 41.32 6.58 -
YUV 162.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 207 168 21 0 0.19 0.90 0.19 47.42 0.82 0.45
Hex CF A8 15 0 13 5A 13 2F 52 2D
Octal 317 250 25 0 23 132 23 57 122 55
Binary 11001111 10101000 10101 0 10011 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA815

Black with #CFA815

Text Example


Text Example

White with #CFA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA815; }

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

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

background-color css

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

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

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

border-color css

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

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

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