Html Css Color HEX #CDB849 Old Gold

📋 copy color: '#CDB849'

red 205 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #CDB849

Tints of Old Gold #CDB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.83%

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

R = 44.37%
G = 39.83%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB849 (or 0xCDB849) is known color: Old Gold. HEX triplet: CD, B8 and 49. RGB value is (205,184,73). Sum of RGB (Red+Green+Blue) = 205+184+73=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB849 is #3247B6. Grayscale: #B2B2B2. Windows color (decimal): -3295159 or 4831437. OLE color: 4831437.

HSL color Cylindrical-coordinate representation of color #CDB849: hue angle of 50.45º 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 #CDB849 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 73 -
CMYK 0 0.10 0.64 0.20
HSL 50.45º 0.57% 0.55% -
HSV(B) 50.45º 0.64% 0.8% -
XYZ 43.52 47.74 13.22 -
YUV 177.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 205 184 73 0 0.10 0.64 0.20 50.45 0.57 0.55
Hex CD B8 49 0 A 40 14 32 39 37
Octal 315 270 111 0 12 100 24 62 71 67
Binary 11001101 10111000 1001001 0 1010 1000000 10100 110010 111001 110111

Color Harmonies of #CDB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB849

Black with #CDB849

Text Example


Text Example

White with #CDB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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