Html Css Color HEX #DDA23B Tulip Tree

📋 copy color: '#DDA23B'

red 221 ◦ green 162 ◦ blue 59

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

Shades of Tulip Tree #DDA23B

Tints of Tulip Tree #DDA23B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 50%
G = 36.65%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA23B (or 0xDDA23B) is known color: Tulip Tree. HEX triplet: DD, A2 and 3B. RGB value is (221,162,59). Sum of RGB (Red+Green+Blue) = 221+162+59=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23B is #225DC4. Grayscale: #A8A8A8. Windows color (decimal): -2252229 or 3908317. OLE color: 3908317.

HSL color Cylindrical-coordinate representation of color #DDA23B: hue angle of 38.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDA23B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 59 -
CMYK 0 0.27 0.73 0.13
HSL 38.15º 0.7% 0.55% -
HSV(B) 38.15º 0.73% 0.87% -
XYZ 43.53 41.53 9.86 -
YUV 167.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 221 162 59 0 0.27 0.73 0.13 38.15 0.7 0.55
Hex DD A2 3B 0 1B 49 D 26 46 37
Octal 335 242 73 0 33 111 15 46 106 67
Binary 11011101 10100010 111011 0 11011 1001001 1101 100110 1000110 110111

Color Harmonies of #DDA23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA23B

Black with #DDA23B

Text Example


Text Example

White with #DDA23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA23B; }

 p { color: rgb(221,162,59); }

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

background-color css

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

 a { background-color: rgb(221,162,59); }

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

border-color css

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

 span { border-color: rgb(221,162,59); }

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