Html Css Color HEX #DDB03E Tulip Tree

📋 copy color: '#DDB03E'

red 221 ◦ green 176 ◦ blue 62

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

Shades of Tulip Tree #DDB03E

Tints of Tulip Tree #DDB03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 48.15%
G = 38.34%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB03E (or 0xDDB03E) is known color: Tulip Tree. HEX triplet: DD, B0 and 3E. RGB value is (221,176,62). Sum of RGB (Red+Green+Blue) = 221+176+62=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB03E is #224FC1. Grayscale: #B0B0B0. Windows color (decimal): -2248642 or 4108509. OLE color: 4108509.

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

Color convert

RGB 221 176 62 -
CMYK 0 0.20 0.72 0.13
HSL 43.02º 0.7% 0.55% -
HSV(B) 43.02º 0.72% 0.87% -
XYZ 46.21 46.77 11.15 -
YUV 176.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 221 176 62 0 0.20 0.72 0.13 43.02 0.7 0.55
Hex DD B0 3E 0 14 48 D 2B 46 37
Octal 335 260 76 0 24 110 15 53 106 67
Binary 11011101 10110000 111110 0 10100 1001000 1101 101011 1000110 110111

Color Harmonies of #DDB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB03E

Black with #DDB03E

Text Example


Text Example

White with #DDB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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