Html Css Color HEX #DDB645 Tulip Tree

📋 copy color: '#DDB645'

red 221 ◦ green 182 ◦ blue 69

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

Shades of Tulip Tree #DDB645

Tints of Tulip Tree #DDB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

 BLUE value IS 69 (27.34% from 255) = 14.62%

R = 46.82%
G = 38.56%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDB645 (or 0xDDB645) is known color: Tulip Tree. HEX triplet: DD, B6 and 45. RGB value is (221,182,69). Sum of RGB (Red+Green+Blue) = 221+182+69=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB645 is #2249BA. Grayscale: #B5B5B5. Windows color (decimal): -2247099 or 4568797. OLE color: 4568797.

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

Color convert

RGB 221 182 69 -
CMYK 0 0.18 0.69 0.13
HSL 44.61º 0.69% 0.57% -
HSV(B) 44.61º 0.69% 0.87% -
XYZ 47.62 49.26 12.63 -
YUV 180.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 221 182 69 0 0.18 0.69 0.13 44.61 0.69 0.57
Hex DD B6 45 0 12 45 D 2D 45 39
Octal 335 266 105 0 22 105 15 55 105 71
Binary 11011101 10110110 1000101 0 10010 1000101 1101 101101 1000101 111001

Color Harmonies of #DDB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB645

Black with #DDB645

Text Example


Text Example

White with #DDB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB645; }

 p { color: rgb(221,182,69); }

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

background-color css

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

 a { background-color: rgb(221,182,69); }

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

border-color css

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

 span { border-color: rgb(221,182,69); }

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