Html Css Color HEX #DDB63F Tulip Tree

📋 copy color: '#DDB63F'

red 221 ◦ green 182 ◦ blue 63

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

Shades of Tulip Tree #DDB63F

Tints of Tulip Tree #DDB63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 63 (25% from 255) = 13.52%

R = 47.42%
G = 39.06%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB63F (or 0xDDB63F) is known color: Tulip Tree. HEX triplet: DD, B6 and 3F. RGB value is (221,182,63). Sum of RGB (Red+Green+Blue) = 221+182+63=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB63F is #2249C0. Grayscale: #B4B4B4. Windows color (decimal): -2247105 or 4175581. OLE color: 4175581.

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

Color convert

RGB 221 182 63 -
CMYK 0 0.18 0.71 0.13
HSL 45.19º 0.7% 0.56% -
HSV(B) 45.19º 0.71% 0.87% -
XYZ 47.44 49.19 11.7 -
YUV 180.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 221 182 63 0 0.18 0.71 0.13 45.19 0.7 0.56
Hex DD B6 3F 0 12 47 D 2D 46 38
Octal 335 266 77 0 22 107 15 55 106 70
Binary 11011101 10110110 111111 0 10010 1000111 1101 101101 1000110 111000

Color Harmonies of #DDB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB63F

Black with #DDB63F

Text Example


Text Example

White with #DDB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB63F; }

 p { color: rgb(221,182,63); }

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

background-color css

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

 a { background-color: rgb(221,182,63); }

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

border-color css

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

 span { border-color: rgb(221,182,63); }

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