Html Css Color HEX #DDB727 Gold Tips

📋 copy color: '#DDB727'

red 221 ◦ green 183 ◦ blue 39

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

Shades of Gold Tips #DDB727

Tints of Gold Tips #DDB727

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

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

R = 49.89%
G = 41.31%
B = 8.8%

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

#DDB727 (or 0xDDB727) is known color: Gold Tips. HEX triplet: DD, B7 and 27. RGB value is (221,183,39). Sum of RGB (Red+Green+Blue) = 221+183+39=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB727 is #2248D8. Grayscale: #B2B2B2. Windows color (decimal): -2246873 or 2602973. OLE color: 2602973.

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

Color convert

RGB 221 183 39 -
CMYK 0 0.17 0.82 0.13
HSL 47.47º 0.73% 0.51% -
HSV(B) 47.47º 0.82% 0.87% -
XYZ 47.12 49.39 8.97 -
YUV 177.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 221 183 39 0 0.17 0.82 0.13 47.47 0.73 0.51
Hex DD B7 27 0 11 52 D 2F 49 33
Octal 335 267 47 0 21 122 15 57 111 63
Binary 11011101 10110111 100111 0 10001 1010010 1101 101111 1001001 110011

Color Harmonies of #DDB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB727

Black with #DDB727

Text Example


Text Example

White with #DDB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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