Html Css Color HEX #DDB03B Tulip Tree

📋 copy color: '#DDB03B'

red 221 ◦ green 176 ◦ blue 59

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

Shades of Tulip Tree #DDB03B

Tints of Tulip Tree #DDB03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 48.46%
G = 38.6%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDB03B (or 0xDDB03B) is known color: Tulip Tree. HEX triplet: DD, B0 and 3B. RGB value is (221,176,59). Sum of RGB (Red+Green+Blue) = 221+176+59=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB03B is #224FC4. Grayscale: #B0B0B0. Windows color (decimal): -2248645 or 3911901. OLE color: 3911901.

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

Color convert

RGB 221 176 59 -
CMYK 0 0.20 0.73 0.13
HSL 43.33º 0.7% 0.55% -
HSV(B) 43.33º 0.73% 0.87% -
XYZ 46.13 46.74 10.73 -
YUV 176.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 221 176 59 0 0.20 0.73 0.13 43.33 0.7 0.55
Hex DD B0 3B 0 14 49 D 2B 46 37
Octal 335 260 73 0 24 111 15 53 106 67
Binary 11011101 10110000 111011 0 10100 1001001 1101 101011 1000110 110111

Color Harmonies of #DDB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB03B

Black with #DDB03B

Text Example


Text Example

White with #DDB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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