Html Css Color HEX #CDB246 Old Gold

📋 copy color: '#CDB246'

red 205 ◦ green 178 ◦ blue 70

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

Shades of Old Gold #CDB246

Tints of Old Gold #CDB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 45.25%
G = 39.29%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB246 (or 0xCDB246) is known color: Old Gold. HEX triplet: CD, B2 and 46. RGB value is (205,178,70). Sum of RGB (Red+Green+Blue) = 205+178+70=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB246 is #324DB9. Grayscale: #AEAEAE. Windows color (decimal): -3296698 or 4633293. OLE color: 4633293.

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

Color convert

RGB 205 178 70 -
CMYK 0 0.13 0.66 0.20
HSL 48º 0.57% 0.54% -
HSV(B) 48º 0.66% 0.8% -
XYZ 42.2 45.26 12.31 -
YUV 173.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 205 178 70 0 0.13 0.66 0.20 48 0.57 0.54
Hex CD B2 46 0 D 42 14 30 39 36
Octal 315 262 106 0 15 102 24 60 71 66
Binary 11001101 10110010 1000110 0 1101 1000010 10100 110000 111001 110110

Color Harmonies of #CDB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB246

Black with #CDB246

Text Example


Text Example

White with #CDB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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