Html Css Color HEX #DDB027 Gold Tips

📋 copy color: '#DDB027'

red 221 ◦ green 176 ◦ blue 39

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

Shades of Gold Tips #DDB027

Tints of Gold Tips #DDB027

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 50.69%
G = 40.37%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDB027 (or 0xDDB027) is known color: Gold Tips. HEX triplet: DD, B0 and 27. RGB value is (221,176,39). Sum of RGB (Red+Green+Blue) = 221+176+39=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB027 is #224FD8. Grayscale: #AEAEAE. Windows color (decimal): -2248665 or 2601181. OLE color: 2601181.

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

Color convert

RGB 221 176 39 -
CMYK 0 0.20 0.82 0.13
HSL 45.16º 0.73% 0.51% -
HSV(B) 45.16º 0.82% 0.87% -
XYZ 45.71 46.57 8.5 -
YUV 173.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 221 176 39 0 0.20 0.82 0.13 45.16 0.73 0.51
Hex DD B0 27 0 14 52 D 2D 49 33
Octal 335 260 47 0 24 122 15 55 111 63
Binary 11011101 10110000 100111 0 10100 1010010 1101 101101 1001001 110011

Color Harmonies of #DDB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB027

Black with #DDB027

Text Example


Text Example

White with #DDB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB027; }

 p { color: rgb(221,176,39); }

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

background-color css

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

 a { background-color: rgb(221,176,39); }

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

border-color css

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

 span { border-color: rgb(221,176,39); }

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