Html Css Color HEX #DDB827 Gold Tips

📋 copy color: '#DDB827'

red 221 ◦ green 184 ◦ blue 39

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

Shades of Gold Tips #DDB827

Tints of Gold Tips #DDB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

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

R = 49.77%
G = 41.44%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDB827 (or 0xDDB827) is known color: Gold Tips. HEX triplet: DD, B8 and 27. RGB value is (221,184,39). Sum of RGB (Red+Green+Blue) = 221+184+39=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB827 is #2247D8. Grayscale: #B3B3B3. Windows color (decimal): -2246617 or 2603229. OLE color: 2603229.

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

Color convert

RGB 221 184 39 -
CMYK 0 0.17 0.82 0.13
HSL 47.8º 0.73% 0.51% -
HSV(B) 47.8º 0.82% 0.87% -
XYZ 47.33 49.8 9.04 -
YUV 178.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 221 184 39 0 0.17 0.82 0.13 47.8 0.73 0.51
Hex DD B8 27 0 11 52 D 30 49 33
Octal 335 270 47 0 21 122 15 60 111 63
Binary 11011101 10111000 100111 0 10001 1010010 1101 110000 1001001 110011

Color Harmonies of #DDB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB827

Black with #DDB827

Text Example


Text Example

White with #DDB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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