Html Css Color HEX #CDA521 Galliano

📋 copy color: '#CDA521'

red 205 ◦ green 165 ◦ blue 33

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

Shades of Galliano #CDA521

Tints of Galliano #CDA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 50.87%
G = 40.94%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA521 (or 0xCDA521) is known color: Galliano. HEX triplet: CD, A5 and 21. RGB value is (205,165,33). Sum of RGB (Red+Green+Blue) = 205+165+33=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA521 is #325ADE. Grayscale: #A2A2A2. Windows color (decimal): -3300063 or 2205133. OLE color: 2205133.

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

Color convert

RGB 205 165 33 -
CMYK 0 0.20 0.84 0.20
HSL 46.05º 0.72% 0.47% -
HSV(B) 46.05º 0.84% 0.8% -
XYZ 38.91 40 7.11 -
YUV 161.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 205 165 33 0 0.20 0.84 0.20 46.05 0.72 0.47
Hex CD A5 21 0 14 54 14 2E 48 2F
Octal 315 245 41 0 24 124 24 56 110 57
Binary 11001101 10100101 100001 0 10100 1010100 10100 101110 1001000 101111

Color Harmonies of #CDA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA521

Black with #CDA521

Text Example


Text Example

White with #CDA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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