Html Css Color HEX #DDB740 Tulip Tree

📋 copy color: '#DDB740'

red 221 ◦ green 183 ◦ blue 64

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

Shades of Tulip Tree #DDB740

Tints of Tulip Tree #DDB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 64 (25.39% from 255) = 13.68%

R = 47.22%
G = 39.1%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB740 (or 0xDDB740) is known color: Tulip Tree. HEX triplet: DD, B7 and 40. RGB value is (221,183,64). Sum of RGB (Red+Green+Blue) = 221+183+64=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB740 is #2248BF. Grayscale: #B5B5B5. Windows color (decimal): -2246848 or 4241373. OLE color: 4241373.

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

Color convert

RGB 221 183 64 -
CMYK 0 0.17 0.71 0.13
HSL 45.48º 0.7% 0.56% -
HSV(B) 45.48º 0.71% 0.87% -
XYZ 47.68 49.61 11.91 -
YUV 180.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 221 183 64 0 0.17 0.71 0.13 45.48 0.7 0.56
Hex DD B7 40 0 11 47 D 2D 46 38
Octal 335 267 100 0 21 107 15 55 106 70
Binary 11011101 10110111 1000000 0 10001 1000111 1101 101101 1000110 111000

Color Harmonies of #DDB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB740

Black with #DDB740

Text Example


Text Example

White with #DDB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB740; }

 p { color: rgb(221,183,64); }

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

background-color css

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

 a { background-color: rgb(221,183,64); }

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

border-color css

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

 span { border-color: rgb(221,183,64); }

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