Html Css Color HEX #CDB847 Old Gold

📋 copy color: '#CDB847'

red 205 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #CDB847

Tints of Old Gold #CDB847

RGB

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

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

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

R = 44.57%
G = 40%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB847 (or 0xCDB847) is known color: Old Gold. HEX triplet: CD, B8 and 47. RGB value is (205,184,71). Sum of RGB (Red+Green+Blue) = 205+184+71=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB847 is #3247B8. Grayscale: #B1B1B1. Windows color (decimal): -3295161 or 4700365. OLE color: 4700365.

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

Color convert

RGB 205 184 71 -
CMYK 0 0.10 0.65 0.20
HSL 50.6º 0.57% 0.54% -
HSV(B) 50.6º 0.65% 0.8% -
XYZ 43.45 47.72 12.88 -
YUV 177.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 205 184 71 0 0.10 0.65 0.20 50.6 0.57 0.54
Hex CD B8 47 0 A 41 14 33 39 36
Octal 315 270 107 0 12 101 24 63 71 66
Binary 11001101 10111000 1000111 0 1010 1000001 10100 110011 111001 110110

Color Harmonies of #CDB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB847

Black with #CDB847

Text Example


Text Example

White with #CDB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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