Html Css Color HEX #CDB946 Old Gold

📋 copy color: '#CDB946'

red 205 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #CDB946

Tints of Old Gold #CDB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

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

R = 44.57%
G = 40.22%
B = 15.22%

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

#CDB946 (or 0xCDB946) is known color: Old Gold. HEX triplet: CD, B9 and 46. RGB value is (205,185,70). Sum of RGB (Red+Green+Blue) = 205+185+70=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB946 is #3246B9. Grayscale: #B2B2B2. Windows color (decimal): -3294906 or 4635085. OLE color: 4635085.

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

Color convert

RGB 205 185 70 -
CMYK 0 0.10 0.66 0.20
HSL 51.11º 0.57% 0.54% -
HSV(B) 51.11º 0.66% 0.8% -
XYZ 43.63 48.12 12.78 -
YUV 177.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 205 185 70 0 0.10 0.66 0.20 51.11 0.57 0.54
Hex CD B9 46 0 A 42 14 33 39 36
Octal 315 271 106 0 12 102 24 63 71 66
Binary 11001101 10111001 1000110 0 1010 1000010 10100 110011 111001 110110

Color Harmonies of #CDB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB946

Black with #CDB946

Text Example


Text Example

White with #CDB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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