Html Css Color HEX #DDB043 Tulip Tree

📋 copy color: '#DDB043'

red 221 ◦ green 176 ◦ blue 67

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

Shades of Tulip Tree #DDB043

Tints of Tulip Tree #DDB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

 BLUE value IS 67 (26.56% from 255) = 14.44%

R = 47.63%
G = 37.93%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB043 (or 0xDDB043) is known color: Tulip Tree. HEX triplet: DD, B0 and 43. RGB value is (221,176,67). Sum of RGB (Red+Green+Blue) = 221+176+67=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB043 is #224FBC. Grayscale: #B1B1B1. Windows color (decimal): -2248637 or 4436189. OLE color: 4436189.

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

Color convert

RGB 221 176 67 -
CMYK 0 0.20 0.70 0.13
HSL 42.47º 0.69% 0.56% -
HSV(B) 42.47º 0.7% 0.87% -
XYZ 46.36 46.83 11.91 -
YUV 177.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 221 176 67 0 0.20 0.70 0.13 42.47 0.69 0.56
Hex DD B0 43 0 14 46 D 2A 45 38
Octal 335 260 103 0 24 106 15 52 105 70
Binary 11011101 10110000 1000011 0 10100 1000110 1101 101010 1000101 111000

Color Harmonies of #DDB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB043

Black with #DDB043

Text Example


Text Example

White with #DDB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB043; }

 p { color: rgb(221,176,67); }

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

background-color css

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

 a { background-color: rgb(221,176,67); }

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

border-color css

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

 span { border-color: rgb(221,176,67); }

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