Html Css Color HEX #CDB046 Old Gold

📋 copy color: '#CDB046'

red 205 ◦ green 176 ◦ blue 70

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

Shades of Old Gold #CDB046

Tints of Old Gold #CDB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.02%

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

R = 45.45%
G = 39.02%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB046 (or 0xCDB046) is known color: Old Gold. HEX triplet: CD, B0 and 46. RGB value is (205,176,70). Sum of RGB (Red+Green+Blue) = 205+176+70=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB046 is #324FB9. Grayscale: #ADADAD. Windows color (decimal): -3297210 or 4632781. OLE color: 4632781.

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

Color convert

RGB 205 176 70 -
CMYK 0 0.14 0.66 0.20
HSL 47.11º 0.57% 0.54% -
HSV(B) 47.11º 0.66% 0.8% -
XYZ 41.81 44.47 12.17 -
YUV 172.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 205 176 70 0 0.14 0.66 0.20 47.11 0.57 0.54
Hex CD B0 46 0 E 42 14 2F 39 36
Octal 315 260 106 0 16 102 24 57 71 66
Binary 11001101 10110000 1000110 0 1110 1000010 10100 101111 111001 110110

Color Harmonies of #CDB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB046

Black with #CDB046

Text Example


Text Example

White with #CDB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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