Html Css Color HEX #DDB642 Tulip Tree

📋 copy color: '#DDB642'

red 221 ◦ green 182 ◦ blue 66

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

Shades of Tulip Tree #DDB642

Tints of Tulip Tree #DDB642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 47.12%
G = 38.81%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB642 (or 0xDDB642) is known color: Tulip Tree. HEX triplet: DD, B6 and 42. RGB value is (221,182,66). Sum of RGB (Red+Green+Blue) = 221+182+66=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB642 is #2249BD. Grayscale: #B4B4B4. Windows color (decimal): -2247102 or 4372189. OLE color: 4372189.

HSL color Cylindrical-coordinate representation of color #DDB642: hue angle of 44.9º degrees, saturation: 0.7, 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 #DDB642 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 66 -
CMYK 0 0.18 0.70 0.13
HSL 44.9º 0.7% 0.56% -
HSV(B) 44.9º 0.7% 0.87% -
XYZ 47.53 49.22 12.15 -
YUV 180.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 221 182 66 0 0.18 0.70 0.13 44.9 0.7 0.56
Hex DD B6 42 0 12 46 D 2D 46 38
Octal 335 266 102 0 22 106 15 55 106 70
Binary 11011101 10110110 1000010 0 10010 1000110 1101 101101 1000110 111000

Color Harmonies of #DDB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB642

Black with #DDB642

Text Example


Text Example

White with #DDB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB642; }

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

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

background-color css

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

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

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

border-color css

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

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

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