Html Css Color HEX #CFAD13 Galliano

📋 copy color: '#CFAD13'

red 207 ◦ green 173 ◦ blue 19

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

Shades of Galliano #CFAD13

Tints of Galliano #CFAD13

RGB

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

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

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

R = 51.88%
G = 43.36%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFAD13 (or 0xCFAD13) is known color: Galliano. HEX triplet: CF, AD and 13. RGB value is (207,173,19). Sum of RGB (Red+Green+Blue) = 207+173+19=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD13 is #3052EC. Grayscale: #A6A6A6. Windows color (decimal): -3166957 or 1289679. OLE color: 1289679.

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

Color convert

RGB 207 173 19 -
CMYK 0 0.16 0.91 0.19
HSL 49.15º 0.83% 0.44% -
HSV(B) 49.15º 0.91% 0.81% -
XYZ 40.79 43.2 6.8 -
YUV 165.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 207 173 19 0 0.16 0.91 0.19 49.15 0.83 0.44
Hex CF AD 13 0 10 5B 13 31 53 2C
Octal 317 255 23 0 20 133 23 61 123 54
Binary 11001111 10101101 10011 0 10000 1011011 10011 110001 1010011 101100

Color Harmonies of #CFAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD13

Black with #CFAD13

Text Example


Text Example

White with #CFAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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