Html Css Color HEX #CFAA21 Galliano

📋 copy color: '#CFAA21'

red 207 ◦ green 170 ◦ blue 33

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

Shades of Galliano #CFAA21

Tints of Galliano #CFAA21

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 50.49%
G = 41.46%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFAA21 (or 0xCFAA21) is known color: Galliano. HEX triplet: CF, AA and 21. RGB value is (207,170,33). Sum of RGB (Red+Green+Blue) = 207+170+33=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA21 is #3055DE. Grayscale: #A6A6A6. Windows color (decimal): -3167711 or 2206415. OLE color: 2206415.

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

Color convert

RGB 207 170 33 -
CMYK 0 0.18 0.84 0.19
HSL 47.24º 0.73% 0.47% -
HSV(B) 47.24º 0.84% 0.81% -
XYZ 40.38 42.12 7.44 -
YUV 165.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 207 170 33 0 0.18 0.84 0.19 47.24 0.73 0.47
Hex CF AA 21 0 12 54 13 2F 48 2F
Octal 317 252 41 0 22 124 23 57 110 57
Binary 11001111 10101010 100001 0 10010 1010100 10011 101111 1001000 101111

Color Harmonies of #CFAA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA21

Black with #CFAA21

Text Example


Text Example

White with #CFAA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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