Html Css Color HEX #CFA421 Galliano

📋 copy color: '#CFA421'

red 207 ◦ green 164 ◦ blue 33

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

Shades of Galliano #CFA421

Tints of Galliano #CFA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 51.24%
G = 40.59%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFA421 (or 0xCFA421) is known color: Galliano. HEX triplet: CF, A4 and 21. RGB value is (207,164,33). Sum of RGB (Red+Green+Blue) = 207+164+33=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA421 is #305BDE. Grayscale: #A2A2A2. Windows color (decimal): -3169247 or 2204879. OLE color: 2204879.

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

Color convert

RGB 207 164 33 -
CMYK 0 0.21 0.84 0.19
HSL 45.17º 0.73% 0.47% -
HSV(B) 45.17º 0.84% 0.81% -
XYZ 39.28 39.93 7.07 -
YUV 161.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 207 164 33 0 0.21 0.84 0.19 45.17 0.73 0.47
Hex CF A4 21 0 15 54 13 2D 48 2F
Octal 317 244 41 0 25 124 23 55 110 57
Binary 11001111 10100100 100001 0 10101 1010100 10011 101101 1001000 101111

Color Harmonies of #CFA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA421

Black with #CFA421

Text Example


Text Example

White with #CFA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA421; }

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

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

background-color css

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

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

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

border-color css

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

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

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