Html Css Color HEX #DDB223 Gold Tips

📋 copy color: '#DDB223'

red 221 ◦ green 178 ◦ blue 35

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

Shades of Gold Tips #DDB223

Tints of Gold Tips #DDB223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.06%

R = 50.92%
G = 41.01%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB223 (or 0xDDB223) is known color: Gold Tips. HEX triplet: DD, B2 and 23. RGB value is (221,178,35). Sum of RGB (Red+Green+Blue) = 221+178+35=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB223 is #224DDC. Grayscale: #AFAFAF. Windows color (decimal): -2248157 or 2339549. OLE color: 2339549.

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

Color convert

RGB 221 178 35 -
CMYK 0 0.19 0.84 0.13
HSL 46.13º 0.73% 0.5% -
HSV(B) 46.13º 0.84% 0.87% -
XYZ 46.04 47.33 8.3 -
YUV 174.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 221 178 35 0 0.19 0.84 0.13 46.13 0.73 0.5
Hex DD B2 23 0 13 54 D 2E 49 32
Octal 335 262 43 0 23 124 15 56 111 62
Binary 11011101 10110010 100011 0 10011 1010100 1101 101110 1001001 110010

Color Harmonies of #DDB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB223

Black with #DDB223

Text Example


Text Example

White with #DDB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB223; }

 p { color: rgb(221,178,35); }

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

background-color css

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

 a { background-color: rgb(221,178,35); }

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

border-color css

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

 span { border-color: rgb(221,178,35); }

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