Html Css Color HEX #CDB749 Old Gold

📋 copy color: '#CDB749'

red 205 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #CDB749

Tints of Old Gold #CDB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 44.47%
G = 39.7%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB749 (or 0xCDB749) is known color: Old Gold. HEX triplet: CD, B7 and 49. RGB value is (205,183,73). Sum of RGB (Red+Green+Blue) = 205+183+73=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB749 is #3248B6. Grayscale: #B1B1B1. Windows color (decimal): -3295415 or 4831181. OLE color: 4831181.

HSL color Cylindrical-coordinate representation of color #CDB749: hue angle of 50º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDB749 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 183 73 -
CMYK 0 0.11 0.64 0.20
HSL 50º 0.57% 0.55% -
HSV(B) 50º 0.64% 0.8% -
XYZ 43.31 47.33 13.16 -
YUV 177.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 205 183 73 0 0.11 0.64 0.20 50 0.57 0.55
Hex CD B7 49 0 B 40 14 32 39 37
Octal 315 267 111 0 13 100 24 62 71 67
Binary 11001101 10110111 1001001 0 1011 1000000 10100 110010 111001 110111

Color Harmonies of #CDB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB749

Black with #CDB749

Text Example


Text Example

White with #CDB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB749; }

 p { color: rgb(205,183,73); }

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

background-color css

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

 a { background-color: rgb(205,183,73); }

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

border-color css

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

 span { border-color: rgb(205,183,73); }

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