Html Css Color HEX #CDA121 Galliano

📋 copy color: '#CDA121'

red 205 ◦ green 161 ◦ blue 33

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

Shades of Galliano #CDA121

Tints of Galliano #CDA121

RGB

 RED value IS 205 (80.47% from 255) = 51.38%

 GREEN value IS 161 (63.28% from 255) = 40.35%

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

R = 51.38%
G = 40.35%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA121 (or 0xCDA121) is known color: Galliano. HEX triplet: CD, A1 and 21. RGB value is (205,161,33). Sum of RGB (Red+Green+Blue) = 205+161+33=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA121 is #325EDE. Grayscale: #A0A0A0. Windows color (decimal): -3301087 or 2204109. OLE color: 2204109.

HSL color Cylindrical-coordinate representation of color #CDA121: hue angle of 44.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDA121 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 161 33 -
CMYK 0 0.21 0.84 0.20
HSL 44.65º 0.72% 0.47% -
HSV(B) 44.65º 0.84% 0.8% -
XYZ 38.2 38.58 6.87 -
YUV 159.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 205 161 33 0 0.21 0.84 0.20 44.65 0.72 0.47
Hex CD A1 21 0 15 54 14 2D 48 2F
Octal 315 241 41 0 25 124 24 55 110 57
Binary 11001101 10100001 100001 0 10101 1010100 10100 101101 1001000 101111

Color Harmonies of #CDA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA121

Black with #CDA121

Text Example


Text Example

White with #CDA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA121; }

 p { color: rgb(205,161,33); }

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

background-color css

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

 a { background-color: rgb(205,161,33); }

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

border-color css

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

 span { border-color: rgb(205,161,33); }

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