Html Css Color HEX #DDBE3C Old Gold

📋 copy color: '#DDBE3C'

red 221 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #DDBE3C

Tints of Old Gold #DDBE3C

RGB

 RED value IS 221 (86.72% from 255) = 46.92%

 GREEN value IS 190 (74.61% from 255) = 40.34%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 46.92%
G = 40.34%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDBE3C (or 0xDDBE3C) is known color: Old Gold. HEX triplet: DD, BE and 3C. RGB value is (221,190,60). Sum of RGB (Red+Green+Blue) = 221+190+60=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE3C is #2241C3. Grayscale: #B8B8B8. Windows color (decimal): -2245060 or 3981021. OLE color: 3981021.

HSL color Cylindrical-coordinate representation of color #DDBE3C: hue angle of 48.45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDBE3C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 60 -
CMYK 0 0.14 0.73 0.13
HSL 48.45º 0.7% 0.55% -
HSV(B) 48.45º 0.73% 0.87% -
XYZ 49.05 52.53 11.83 -
YUV 184.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 221 190 60 0 0.14 0.73 0.13 48.45 0.7 0.55
Hex DD BE 3C 0 E 49 D 30 46 37
Octal 335 276 74 0 16 111 15 60 106 67
Binary 11011101 10111110 111100 0 1110 1001001 1101 110000 1000110 110111

Color Harmonies of #DDBE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE3C

Black with #DDBE3C

Text Example


Text Example

White with #DDBE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE3C; }

 p { color: rgb(221,190,60); }

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

background-color css

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

 a { background-color: rgb(221,190,60); }

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

border-color css

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

 span { border-color: rgb(221,190,60); }

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