Html Css Color HEX #CDB531 Old Gold

📋 copy color: '#CDB531'

red 205 ◦ green 181 ◦ blue 49

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

Shades of Old Gold #CDB531

Tints of Old Gold #CDB531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 47.13%
G = 41.61%
B = 11.26%

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

#CDB531 (or 0xCDB531) is known color: Old Gold. HEX triplet: CD, B5 and 31. RGB value is (205,181,49). Sum of RGB (Red+Green+Blue) = 205+181+49=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB531 is #324ACE. Grayscale: #ADADAD. Windows color (decimal): -3295951 or 3257805. OLE color: 3257805.

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

Color convert

RGB 205 181 49 -
CMYK 0 0.12 0.76 0.20
HSL 50.77º 0.61% 0.5% -
HSV(B) 50.77º 0.76% 0.8% -
XYZ 42.26 46.25 9.61 -
YUV 173.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 205 181 49 0 0.12 0.76 0.20 50.77 0.61 0.5
Hex CD B5 31 0 C 4C 14 33 3D 32
Octal 315 265 61 0 14 114 24 63 75 62
Binary 11001101 10110101 110001 0 1100 1001100 10100 110011 111101 110010

Color Harmonies of #CDB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB531

Black with #CDB531

Text Example


Text Example

White with #CDB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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