Html Css Color HEX #CFAD11 Galliano

📋 copy color: '#CFAD11'

red 207 ◦ green 173 ◦ blue 17

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

Shades of Galliano #CFAD11

Tints of Galliano #CFAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 52.14%
G = 43.58%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFAD11 (or 0xCFAD11) is known color: Galliano. HEX triplet: CF, AD and 11. RGB value is (207,173,17). Sum of RGB (Red+Green+Blue) = 207+173+17=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD11 is #3052EE. Grayscale: #A6A6A6. Windows color (decimal): -3166959 or 1158607. OLE color: 1158607.

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

Color convert

RGB 207 173 17 -
CMYK 0 0.16 0.92 0.19
HSL 49.26º 0.85% 0.44% -
HSV(B) 49.26º 0.92% 0.81% -
XYZ 40.78 43.19 6.72 -
YUV 165.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 207 173 17 0 0.16 0.92 0.19 49.26 0.85 0.44
Hex CF AD 11 0 10 5C 13 31 55 2C
Octal 317 255 21 0 20 134 23 61 125 54
Binary 11001111 10101101 10001 0 10000 1011100 10011 110001 1010101 101100

Color Harmonies of #CFAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD11

Black with #CFAD11

Text Example


Text Example

White with #CFAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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