Html Css Color HEX #CFAD15 Galliano

📋 copy color: '#CFAD15'

red 207 ◦ green 173 ◦ blue 21

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

Shades of Galliano #CFAD15

Tints of Galliano #CFAD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

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

R = 51.62%
G = 43.14%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFAD15 (or 0xCFAD15) is known color: Galliano. HEX triplet: CF, AD and 15. RGB value is (207,173,21). Sum of RGB (Red+Green+Blue) = 207+173+21=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD15 is #3052EA. Grayscale: #A6A6A6. Windows color (decimal): -3166955 or 1420751. OLE color: 1420751.

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

Color convert

RGB 207 173 21 -
CMYK 0 0.16 0.90 0.19
HSL 49.03º 0.82% 0.45% -
HSV(B) 49.03º 0.9% 0.81% -
XYZ 40.81 43.21 6.9 -
YUV 165.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 207 173 21 0 0.16 0.90 0.19 49.03 0.82 0.45
Hex CF AD 15 0 10 5A 13 31 52 2D
Octal 317 255 25 0 20 132 23 61 122 55
Binary 11001111 10101101 10101 0 10000 1011010 10011 110001 1010010 101101

Color Harmonies of #CFAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD15

Black with #CFAD15

Text Example


Text Example

White with #CFAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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