Html Css Color HEX #DDB340 Tulip Tree

📋 copy color: '#DDB340'

red 221 ◦ green 179 ◦ blue 64

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

Shades of Tulip Tree #DDB340

Tints of Tulip Tree #DDB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 47.63%
G = 38.58%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB340 (or 0xDDB340) is known color: Tulip Tree. HEX triplet: DD, B3 and 40. RGB value is (221,179,64). Sum of RGB (Red+Green+Blue) = 221+179+64=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB340 is #224CBF. Grayscale: #B2B2B2. Windows color (decimal): -2247872 or 4240349. OLE color: 4240349.

HSL color Cylindrical-coordinate representation of color #DDB340: hue angle of 43.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB340 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 64 -
CMYK 0 0.19 0.71 0.13
HSL 43.95º 0.7% 0.56% -
HSV(B) 43.95º 0.71% 0.87% -
XYZ 46.86 47.98 11.64 -
YUV 178.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 221 179 64 0 0.19 0.71 0.13 43.95 0.7 0.56
Hex DD B3 40 0 13 47 D 2C 46 38
Octal 335 263 100 0 23 107 15 54 106 70
Binary 11011101 10110011 1000000 0 10011 1000111 1101 101100 1000110 111000

Color Harmonies of #DDB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB340

Black with #DDB340

Text Example


Text Example

White with #DDB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB340; }

 p { color: rgb(221,179,64); }

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

background-color css

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

 a { background-color: rgb(221,179,64); }

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

border-color css

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

 span { border-color: rgb(221,179,64); }

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