Html Css Color HEX #DDB242 Tulip Tree

📋 copy color: '#DDB242'

red 221 ◦ green 178 ◦ blue 66

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

Shades of Tulip Tree #DDB242

Tints of Tulip Tree #DDB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 47.53%
G = 38.28%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB242 (or 0xDDB242) is known color: Tulip Tree. HEX triplet: DD, B2 and 42. RGB value is (221,178,66). Sum of RGB (Red+Green+Blue) = 221+178+66=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB242 is #224DBD. Grayscale: #B2B2B2. Windows color (decimal): -2248126 or 4371165. OLE color: 4371165.

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

Color convert

RGB 221 178 66 -
CMYK 0 0.19 0.70 0.13
HSL 43.35º 0.7% 0.56% -
HSV(B) 43.35º 0.7% 0.87% -
XYZ 46.72 47.61 11.88 -
YUV 178.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 221 178 66 0 0.19 0.70 0.13 43.35 0.7 0.56
Hex DD B2 42 0 13 46 D 2B 46 38
Octal 335 262 102 0 23 106 15 53 106 70
Binary 11011101 10110010 1000010 0 10011 1000110 1101 101011 1000110 111000

Color Harmonies of #DDB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB242

Black with #DDB242

Text Example


Text Example

White with #DDB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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