Html Css Color HEX #CFAD21 Galliano

📋 copy color: '#CFAD21'

red 207 ◦ green 173 ◦ blue 33

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

Shades of Galliano #CFAD21

Tints of Galliano #CFAD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.99%

R = 50.12%
G = 41.89%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFAD21 (or 0xCFAD21) is known color: Galliano. HEX triplet: CF, AD and 21. RGB value is (207,173,33). Sum of RGB (Red+Green+Blue) = 207+173+33=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD21 is #3052DE. Grayscale: #A7A7A7. Windows color (decimal): -3166943 or 2207183. OLE color: 2207183.

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

Color convert

RGB 207 173 33 -
CMYK 0 0.16 0.84 0.19
HSL 48.28º 0.73% 0.47% -
HSV(B) 48.28º 0.84% 0.81% -
XYZ 40.95 43.26 7.63 -
YUV 167.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 207 173 33 0 0.16 0.84 0.19 48.28 0.73 0.47
Hex CF AD 21 0 10 54 13 30 48 2F
Octal 317 255 41 0 20 124 23 60 110 57
Binary 11001111 10101101 100001 0 10000 1010100 10011 110000 1001000 101111

Color Harmonies of #CFAD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD21

Black with #CFAD21

Text Example


Text Example

White with #CFAD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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