Html Css Color HEX #CDB532 Old Gold

📋 copy color: '#CDB532'

red 205 ◦ green 181 ◦ blue 50

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

Shades of Old Gold #CDB532

Tints of Old Gold #CDB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 47.02%
G = 41.51%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDB532 (or 0xCDB532) is known color: Old Gold. HEX triplet: CD, B5 and 32. RGB value is (205,181,50). Sum of RGB (Red+Green+Blue) = 205+181+50=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB532 is #324ACD. Grayscale: #ADADAD. Windows color (decimal): -3295950 or 3323341. OLE color: 3323341.

HSL color Cylindrical-coordinate representation of color #CDB532: hue angle of 50.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB532 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 50 -
CMYK 0 0.12 0.76 0.20
HSL 50.71º 0.61% 0.5% -
HSV(B) 50.71º 0.76% 0.8% -
XYZ 42.28 46.26 9.72 -
YUV 173.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 205 181 50 0 0.12 0.76 0.20 50.71 0.61 0.5
Hex CD B5 32 0 C 4C 14 33 3D 32
Octal 315 265 62 0 14 114 24 63 75 62
Binary 11001101 10110101 110010 0 1100 1001100 10100 110011 111101 110010

Color Harmonies of #CDB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB532

Black with #CDB532

Text Example


Text Example

White with #CDB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB532; }

 p { color: rgb(205,181,50); }

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

background-color css

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

 a { background-color: rgb(205,181,50); }

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

border-color css

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

 span { border-color: rgb(205,181,50); }

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