Html Css Color HEX #CDB549 Old Gold

📋 copy color: '#CDB549'

red 205 ◦ green 181 ◦ blue 73

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

Shades of Old Gold #CDB549

Tints of Old Gold #CDB549

RGB

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

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

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

R = 44.66%
G = 39.43%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB549 (or 0xCDB549) is known color: Old Gold. HEX triplet: CD, B5 and 49. RGB value is (205,181,73). Sum of RGB (Red+Green+Blue) = 205+181+73=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB549 is #324AB6. Grayscale: #B0B0B0. Windows color (decimal): -3295927 or 4830669. OLE color: 4830669.

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

Color convert

RGB 205 181 73 -
CMYK 0 0.12 0.64 0.20
HSL 49.09º 0.57% 0.55% -
HSV(B) 49.09º 0.64% 0.8% -
XYZ 42.9 46.51 13.02 -
YUV 175.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 205 181 73 0 0.12 0.64 0.20 49.09 0.57 0.55
Hex CD B5 49 0 C 40 14 31 39 37
Octal 315 265 111 0 14 100 24 61 71 67
Binary 11001101 10110101 1001001 0 1100 1000000 10100 110001 111001 110111

Color Harmonies of #CDB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB549

Black with #CDB549

Text Example


Text Example

White with #CDB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB549; }

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

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

background-color css

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

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

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

border-color css

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

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

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