Html Css Color HEX #CDB846 Old Gold

📋 copy color: '#CDB846'

red 205 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #CDB846

Tints of Old Gold #CDB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 44.66%
G = 40.09%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB846 (or 0xCDB846) is known color: Old Gold. HEX triplet: CD, B8 and 46. RGB value is (205,184,70). Sum of RGB (Red+Green+Blue) = 205+184+70=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB846 is #3247B9. Grayscale: #B1B1B1. Windows color (decimal): -3295162 or 4634829. OLE color: 4634829.

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

Color convert

RGB 205 184 70 -
CMYK 0 0.10 0.66 0.20
HSL 50.67º 0.57% 0.54% -
HSV(B) 50.67º 0.66% 0.8% -
XYZ 43.42 47.7 12.71 -
YUV 177.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 205 184 70 0 0.10 0.66 0.20 50.67 0.57 0.54
Hex CD B8 46 0 A 42 14 33 39 36
Octal 315 270 106 0 12 102 24 63 71 66
Binary 11001101 10111000 1000110 0 1010 1000010 10100 110011 111001 110110

Color Harmonies of #CDB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB846

Black with #CDB846

Text Example


Text Example

White with #CDB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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