Html Css Color HEX #DDA948 Tulip Tree

📋 copy color: '#DDA948'

red 221 ◦ green 169 ◦ blue 72

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

Shades of Tulip Tree #DDA948

Tints of Tulip Tree #DDA948

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 47.84%
G = 36.58%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA948 (or 0xDDA948) is known color: Tulip Tree. HEX triplet: DD, A9 and 48. RGB value is (221,169,72). Sum of RGB (Red+Green+Blue) = 221+169+72=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA948 is #2256B7. Grayscale: #ADADAD. Windows color (decimal): -2250424 or 4762077. OLE color: 4762077.

HSL color Cylindrical-coordinate representation of color #DDA948: hue angle of 39.06º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDA948 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 72 -
CMYK 0 0.24 0.67 0.13
HSL 39.06º 0.69% 0.57% -
HSV(B) 39.06º 0.67% 0.87% -
XYZ 45.18 44.22 12.28 -
YUV 173.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 221 169 72 0 0.24 0.67 0.13 39.06 0.69 0.57
Hex DD A9 48 0 18 43 D 27 45 39
Octal 335 251 110 0 30 103 15 47 105 71
Binary 11011101 10101001 1001000 0 11000 1000011 1101 100111 1000101 111001

Color Harmonies of #DDA948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA948

Black with #DDA948

Text Example


Text Example

White with #DDA948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA948; }

 p { color: rgb(221,169,72); }

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

background-color css

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

 a { background-color: rgb(221,169,72); }

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

border-color css

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

 span { border-color: rgb(221,169,72); }

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