Html Css Color HEX #CDB146 Old Gold

📋 copy color: '#CDB146'

red 205 ◦ green 177 ◦ blue 70

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

Shades of Old Gold #CDB146

Tints of Old Gold #CDB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

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

R = 45.35%
G = 39.16%
B = 15.49%

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

#CDB146 (or 0xCDB146) is known color: Old Gold. HEX triplet: CD, B1 and 46. RGB value is (205,177,70). Sum of RGB (Red+Green+Blue) = 205+177+70=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB146 is #324EB9. Grayscale: #ADADAD. Windows color (decimal): -3296954 or 4633037. OLE color: 4633037.

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

Color convert

RGB 205 177 70 -
CMYK 0 0.14 0.66 0.20
HSL 47.56º 0.57% 0.54% -
HSV(B) 47.56º 0.66% 0.8% -
XYZ 42 44.87 12.24 -
YUV 173.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 205 177 70 0 0.14 0.66 0.20 47.56 0.57 0.54
Hex CD B1 46 0 E 42 14 30 39 36
Octal 315 261 106 0 16 102 24 60 71 66
Binary 11001101 10110001 1000110 0 1110 1000010 10100 110000 111001 110110

Color Harmonies of #CDB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB146

Black with #CDB146

Text Example


Text Example

White with #CDB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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