Html Css Color HEX #DDA433 Tulip Tree

📋 copy color: '#DDA433'

red 221 ◦ green 164 ◦ blue 51

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

Shades of Tulip Tree #DDA433

Tints of Tulip Tree #DDA433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 50.69%
G = 37.61%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDA433 (or 0xDDA433) is known color: Tulip Tree. HEX triplet: DD, A4 and 33. RGB value is (221,164,51). Sum of RGB (Red+Green+Blue) = 221+164+51=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA433 is #225BCC. Grayscale: #A8A8A8. Windows color (decimal): -2251725 or 3384541. OLE color: 3384541.

HSL color Cylindrical-coordinate representation of color #DDA433: hue angle of 39.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA433 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 51 -
CMYK 0 0.26 0.77 0.13
HSL 39.88º 0.71% 0.53% -
HSV(B) 39.88º 0.77% 0.87% -
XYZ 43.69 42.16 8.97 -
YUV 168.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 221 164 51 0 0.26 0.77 0.13 39.88 0.71 0.53
Hex DD A4 33 0 1A 4D D 28 47 35
Octal 335 244 63 0 32 115 15 50 107 65
Binary 11011101 10100100 110011 0 11010 1001101 1101 101000 1000111 110101

Color Harmonies of #DDA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA433

Black with #DDA433

Text Example


Text Example

White with #DDA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA433; }

 p { color: rgb(221,164,51); }

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

background-color css

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

 a { background-color: rgb(221,164,51); }

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

border-color css

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

 span { border-color: rgb(221,164,51); }

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