Html Css Color HEX #DDB348 Tulip Tree

📋 copy color: '#DDB348'

red 221 ◦ green 179 ◦ blue 72

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

Shades of Tulip Tree #DDB348

Tints of Tulip Tree #DDB348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.25%

R = 46.82%
G = 37.92%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB348 (or 0xDDB348) is known color: Tulip Tree. HEX triplet: DD, B3 and 48. RGB value is (221,179,72). Sum of RGB (Red+Green+Blue) = 221+179+72=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB348 is #224CB7. Grayscale: #B3B3B3. Windows color (decimal): -2247864 or 4764637. OLE color: 4764637.

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

Color convert

RGB 221 179 72 -
CMYK 0 0.19 0.67 0.13
HSL 43.09º 0.69% 0.57% -
HSV(B) 43.09º 0.67% 0.87% -
XYZ 47.11 48.08 12.93 -
YUV 179.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 221 179 72 0 0.19 0.67 0.13 43.09 0.69 0.57
Hex DD B3 48 0 13 43 D 2B 45 39
Octal 335 263 110 0 23 103 15 53 105 71
Binary 11011101 10110011 1001000 0 10011 1000011 1101 101011 1000101 111001

Color Harmonies of #DDB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB348

Black with #DDB348

Text Example


Text Example

White with #DDB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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