Html Css Color HEX #DDB227 Gold Tips

📋 copy color: '#DDB227'

red 221 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #DDB227

Tints of Gold Tips #DDB227

RGB

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

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

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

R = 50.46%
G = 40.64%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDB227 (or 0xDDB227) is known color: Gold Tips. HEX triplet: DD, B2 and 27. RGB value is (221,178,39). Sum of RGB (Red+Green+Blue) = 221+178+39=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB227 is #224DD8. Grayscale: #AFAFAF. Windows color (decimal): -2248153 or 2601693. OLE color: 2601693.

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

Color convert

RGB 221 178 39 -
CMYK 0 0.19 0.82 0.13
HSL 45.82º 0.73% 0.51% -
HSV(B) 45.82º 0.82% 0.87% -
XYZ 46.11 47.36 8.63 -
YUV 175.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 221 178 39 0 0.19 0.82 0.13 45.82 0.73 0.51
Hex DD B2 27 0 13 52 D 2E 49 33
Octal 335 262 47 0 23 122 15 56 111 63
Binary 11011101 10110010 100111 0 10011 1010010 1101 101110 1001001 110011

Color Harmonies of #DDB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB227

Black with #DDB227

Text Example


Text Example

White with #DDB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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