Html Css Color HEX #DDBA43 Old Gold

📋 copy color: '#DDBA43'

red 221 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #DDBA43

Tints of Old Gold #DDBA43

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 67 (26.56% from 255) = 14.14%

R = 46.62%
G = 39.24%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDBA43 (or 0xDDBA43) is known color: Old Gold. HEX triplet: DD, BA and 43. RGB value is (221,186,67). Sum of RGB (Red+Green+Blue) = 221+186+67=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA43 is #2245BC. Grayscale: #B7B7B7. Windows color (decimal): -2246077 or 4438749. OLE color: 4438749.

HSL color Cylindrical-coordinate representation of color #DDBA43: hue angle of 46.36º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDBA43 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 67 -
CMYK 0 0.16 0.70 0.13
HSL 46.36º 0.69% 0.56% -
HSV(B) 46.36º 0.7% 0.87% -
XYZ 48.39 50.9 12.58 -
YUV 182.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 221 186 67 0 0.16 0.70 0.13 46.36 0.69 0.56
Hex DD BA 43 0 10 46 D 2E 45 38
Octal 335 272 103 0 20 106 15 56 105 70
Binary 11011101 10111010 1000011 0 10000 1000110 1101 101110 1000101 111000

Color Harmonies of #DDBA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA43

Black with #DDBA43

Text Example


Text Example

White with #DDBA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA43; }

 p { color: rgb(221,186,67); }

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

background-color css

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

 a { background-color: rgb(221,186,67); }

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

border-color css

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

 span { border-color: rgb(221,186,67); }

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