Html Css Color HEX #CDB535 Old Gold

📋 copy color: '#CDB535'

red 205 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #CDB535

Tints of Old Gold #CDB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.07%

R = 46.7%
G = 41.23%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB535 (or 0xCDB535) is known color: Old Gold. HEX triplet: CD, B5 and 35. RGB value is (205,181,53). Sum of RGB (Red+Green+Blue) = 205+181+53=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB535 is #324ACA. Grayscale: #AEAEAE. Windows color (decimal): -3295947 or 3519949. OLE color: 3519949.

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

Color convert

RGB 205 181 53 -
CMYK 0 0.12 0.74 0.20
HSL 50.53º 0.6% 0.51% -
HSV(B) 50.53º 0.74% 0.8% -
XYZ 42.34 46.28 10.07 -
YUV 173.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 205 181 53 0 0.12 0.74 0.20 50.53 0.6 0.51
Hex CD B5 35 0 C 4A 14 33 3C 33
Octal 315 265 65 0 14 112 24 63 74 63
Binary 11001101 10110101 110101 0 1100 1001010 10100 110011 111100 110011

Color Harmonies of #CDB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB535

Black with #CDB535

Text Example


Text Example

White with #CDB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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