Html Css Color HEX #DDB248 Tulip Tree

📋 copy color: '#DDB248'

red 221 ◦ green 178 ◦ blue 72

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

Shades of Tulip Tree #DDB248

Tints of Tulip Tree #DDB248

RGB

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

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

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

R = 46.92%
G = 37.79%
B = 15.29%

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

#DDB248 (or 0xDDB248) is known color: Tulip Tree. HEX triplet: DD, B2 and 48. RGB value is (221,178,72). Sum of RGB (Red+Green+Blue) = 221+178+72=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB248 is #224DB7. Grayscale: #B3B3B3. Windows color (decimal): -2248120 or 4764381. OLE color: 4764381.

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

Color convert

RGB 221 178 72 -
CMYK 0 0.19 0.67 0.13
HSL 42.68º 0.69% 0.57% -
HSV(B) 42.68º 0.67% 0.87% -
XYZ 46.91 47.68 12.86 -
YUV 178.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 221 178 72 0 0.19 0.67 0.13 42.68 0.69 0.57
Hex DD B2 48 0 13 43 D 2B 45 39
Octal 335 262 110 0 23 103 15 53 105 71
Binary 11011101 10110010 1001000 0 10011 1000011 1101 101011 1000101 111001

Color Harmonies of #DDB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB248

Black with #DDB248

Text Example


Text Example

White with #DDB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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