Html Css Color HEX #DDA23F Tulip Tree

📋 copy color: '#DDA23F'

red 221 ◦ green 162 ◦ blue 63

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

Shades of Tulip Tree #DDA23F

Tints of Tulip Tree #DDA23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.13%

R = 49.55%
G = 36.32%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA23F (or 0xDDA23F) is known color: Tulip Tree. HEX triplet: DD, A2 and 3F. RGB value is (221,162,63). Sum of RGB (Red+Green+Blue) = 221+162+63=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23F is #225DC0. Grayscale: #A8A8A8. Windows color (decimal): -2252225 or 4170461. OLE color: 4170461.

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

Color convert

RGB 221 162 63 -
CMYK 0 0.27 0.71 0.13
HSL 37.59º 0.7% 0.56% -
HSV(B) 37.59º 0.71% 0.87% -
XYZ 43.64 41.57 10.43 -
YUV 168.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 221 162 63 0 0.27 0.71 0.13 37.59 0.7 0.56
Hex DD A2 3F 0 1B 47 D 26 46 38
Octal 335 242 77 0 33 107 15 46 106 70
Binary 11011101 10100010 111111 0 11011 1000111 1101 100110 1000110 111000

Color Harmonies of #DDA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA23F

Black with #DDA23F

Text Example


Text Example

White with #DDA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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