Html Css Color HEX #CFA715 Galliano

📋 copy color: '#CFA715'

red 207 ◦ green 167 ◦ blue 21

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

Shades of Galliano #CFA715

Tints of Galliano #CFA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 52.41%
G = 42.28%
B = 5.32%

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

#CFA715 (or 0xCFA715) is known color: Galliano. HEX triplet: CF, A7 and 15. RGB value is (207,167,21). Sum of RGB (Red+Green+Blue) = 207+167+21=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA715 is #3058EA. Grayscale: #A2A2A2. Windows color (decimal): -3168491 or 1419215. OLE color: 1419215.

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

Color convert

RGB 207 167 21 -
CMYK 0 0.19 0.90 0.19
HSL 47.1º 0.82% 0.45% -
HSV(B) 47.1º 0.9% 0.81% -
XYZ 39.69 40.96 6.52 -
YUV 162.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 207 167 21 0 0.19 0.90 0.19 47.1 0.82 0.45
Hex CF A7 15 0 13 5A 13 2F 52 2D
Octal 317 247 25 0 23 132 23 57 122 55
Binary 11001111 10100111 10101 0 10011 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA715

Black with #CFA715

Text Example


Text Example

White with #CFA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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