Html Css Color HEX #DDB842 Tulip Tree

📋 copy color: '#DDB842'

red 221 ◦ green 184 ◦ blue 66

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

Shades of Tulip Tree #DDB842

Tints of Tulip Tree #DDB842

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

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

R = 46.92%
G = 39.07%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB842 (or 0xDDB842) is known color: Tulip Tree. HEX triplet: DD, B8 and 42. RGB value is (221,184,66). Sum of RGB (Red+Green+Blue) = 221+184+66=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB842 is #2247BD. Grayscale: #B6B6B6. Windows color (decimal): -2246590 or 4372701. OLE color: 4372701.

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

Color convert

RGB 221 184 66 -
CMYK 0 0.17 0.70 0.13
HSL 45.68º 0.7% 0.56% -
HSV(B) 45.68º 0.7% 0.87% -
XYZ 47.94 50.05 12.29 -
YUV 181.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 221 184 66 0 0.17 0.70 0.13 45.68 0.7 0.56
Hex DD B8 42 0 11 46 D 2E 46 38
Octal 335 270 102 0 21 106 15 56 106 70
Binary 11011101 10111000 1000010 0 10001 1000110 1101 101110 1000110 111000

Color Harmonies of #DDB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB842

Black with #DDB842

Text Example


Text Example

White with #DDB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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