Html Css Color HEX #CDB52A Old Gold

📋 copy color: '#CDB52A'

red 205 ◦ green 181 ◦ blue 42

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

Shades of Old Gold #CDB52A

Tints of Old Gold #CDB52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 47.9%
G = 42.29%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB52A (or 0xCDB52A) is known color: Old Gold. HEX triplet: CD, B5 and 2A. RGB value is (205,181,42). Sum of RGB (Red+Green+Blue) = 205+181+42=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB52A is #324AD5. Grayscale: #ACACAC. Windows color (decimal): -3295958 or 2799053. OLE color: 2799053.

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

Color convert

RGB 205 181 42 -
CMYK 0 0.12 0.80 0.20
HSL 51.17º 0.66% 0.48% -
HSV(B) 51.17º 0.8% 0.8% -
XYZ 42.12 46.19 8.89 -
YUV 172.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 205 181 42 0 0.12 0.80 0.20 51.17 0.66 0.48
Hex CD B5 2A 0 C 50 14 33 42 30
Octal 315 265 52 0 14 120 24 63 102 60
Binary 11001101 10110101 101010 0 1100 1010000 10100 110011 1000010 110000

Color Harmonies of #CDB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB52A

Black with #CDB52A

Text Example


Text Example

White with #CDB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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