Html Css Color HEX #DDB042 Tulip Tree

📋 copy color: '#DDB042'

red 221 ◦ green 176 ◦ blue 66

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

Shades of Tulip Tree #DDB042

Tints of Tulip Tree #DDB042

RGB

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

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

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

R = 47.73%
G = 38.01%
B = 14.25%

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

#DDB042 (or 0xDDB042) is known color: Tulip Tree. HEX triplet: DD, B0 and 42. RGB value is (221,176,66). Sum of RGB (Red+Green+Blue) = 221+176+66=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB042 is #224FBD. Grayscale: #B1B1B1. Windows color (decimal): -2248638 or 4370653. OLE color: 4370653.

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

Color convert

RGB 221 176 66 -
CMYK 0 0.20 0.70 0.13
HSL 42.58º 0.7% 0.56% -
HSV(B) 42.58º 0.7% 0.87% -
XYZ 46.33 46.82 11.75 -
YUV 176.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 221 176 66 0 0.20 0.70 0.13 42.58 0.7 0.56
Hex DD B0 42 0 14 46 D 2B 46 38
Octal 335 260 102 0 24 106 15 53 106 70
Binary 11011101 10110000 1000010 0 10100 1000110 1101 101011 1000110 111000

Color Harmonies of #DDB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB042

Black with #DDB042

Text Example


Text Example

White with #DDB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB042; }

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

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

background-color css

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

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

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

border-color css

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

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

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