Html Css Color HEX #CDB52E Old Gold

📋 copy color: '#CDB52E'

red 205 ◦ green 181 ◦ blue 46

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

Shades of Old Gold #CDB52E

Tints of Old Gold #CDB52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 47.45%
G = 41.9%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB52E (or 0xCDB52E) is known color: Old Gold. HEX triplet: CD, B5 and 2E. RGB value is (205,181,46). Sum of RGB (Red+Green+Blue) = 205+181+46=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB52E is #324AD1. Grayscale: #ADADAD. Windows color (decimal): -3295954 or 3061197. OLE color: 3061197.

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

Color convert

RGB 205 181 46 -
CMYK 0 0.12 0.78 0.20
HSL 50.94º 0.63% 0.49% -
HSV(B) 50.94º 0.78% 0.8% -
XYZ 42.19 46.22 9.28 -
YUV 172.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 205 181 46 0 0.12 0.78 0.20 50.94 0.63 0.49
Hex CD B5 2E 0 C 4E 14 33 3F 31
Octal 315 265 56 0 14 116 24 63 77 61
Binary 11001101 10110101 101110 0 1100 1001110 10100 110011 111111 110001

Color Harmonies of #CDB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB52E

Black with #CDB52E

Text Example


Text Example

White with #CDB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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