Html Css Color HEX #CDBA47 Old Gold

📋 copy color: '#CDBA47'

red 205 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #CDBA47

Tints of Old Gold #CDBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.37%

R = 44.37%
G = 40.26%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDBA47 (or 0xCDBA47) is known color: Old Gold. HEX triplet: CD, BA and 47. RGB value is (205,186,71). Sum of RGB (Red+Green+Blue) = 205+186+71=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA47 is #3245B8. Grayscale: #B3B3B3. Windows color (decimal): -3294649 or 4700877. OLE color: 4700877.

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

Color convert

RGB 205 186 71 -
CMYK 0 0.09 0.65 0.20
HSL 51.49º 0.57% 0.54% -
HSV(B) 51.49º 0.65% 0.8% -
XYZ 43.87 48.55 13.02 -
YUV 178.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 205 186 71 0 0.09 0.65 0.20 51.49 0.57 0.54
Hex CD BA 47 0 9 41 14 33 39 36
Octal 315 272 107 0 11 101 24 63 71 66
Binary 11001101 10111010 1000111 0 1001 1000001 10100 110011 111001 110110

Color Harmonies of #CDBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA47

Black with #CDBA47

Text Example


Text Example

White with #CDBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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