Html Css Color HEX #CDBA49 Old Gold

📋 copy color: '#CDBA49'

red 205 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #CDBA49

Tints of Old Gold #CDBA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 44.18%
G = 40.09%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDBA49 (or 0xCDBA49) is known color: Old Gold. HEX triplet: CD, BA and 49. RGB value is (205,186,73). Sum of RGB (Red+Green+Blue) = 205+186+73=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA49 is #3245B6. Grayscale: #B3B3B3. Windows color (decimal): -3294647 or 4831949. OLE color: 4831949.

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

Color convert

RGB 205 186 73 -
CMYK 0 0.09 0.64 0.20
HSL 51.36º 0.57% 0.55% -
HSV(B) 51.36º 0.64% 0.8% -
XYZ 43.94 48.58 13.36 -
YUV 178.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 205 186 73 0 0.09 0.64 0.20 51.36 0.57 0.55
Hex CD BA 49 0 9 40 14 33 39 37
Octal 315 272 111 0 11 100 24 63 71 67
Binary 11001101 10111010 1001001 0 1001 1000000 10100 110011 111001 110111

Color Harmonies of #CDBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA49

Black with #CDBA49

Text Example


Text Example

White with #CDBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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