Html Css Color HEX #CDB52F Old Gold

📋 copy color: '#CDB52F'

red 205 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #CDB52F

Tints of Old Gold #CDB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.85%

R = 47.34%
G = 41.8%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDB52F (or 0xCDB52F) is known color: Old Gold. HEX triplet: CD, B5 and 2F. RGB value is (205,181,47). Sum of RGB (Red+Green+Blue) = 205+181+47=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB52F is #324AD0. Grayscale: #ADADAD. Windows color (decimal): -3295953 or 3126733. OLE color: 3126733.

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

Color convert

RGB 205 181 47 -
CMYK 0 0.12 0.77 0.20
HSL 50.89º 0.63% 0.49% -
HSV(B) 50.89º 0.77% 0.8% -
XYZ 42.21 46.23 9.39 -
YUV 172.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 205 181 47 0 0.12 0.77 0.20 50.89 0.63 0.49
Hex CD B5 2F 0 C 4D 14 33 3F 31
Octal 315 265 57 0 14 115 24 63 77 61
Binary 11001101 10110101 101111 0 1100 1001101 10100 110011 111111 110001

Color Harmonies of #CDB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB52F

Black with #CDB52F

Text Example


Text Example

White with #CDB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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