Html Css Color HEX #DDB743 Tulip Tree

📋 copy color: '#DDB743'

red 221 ◦ green 183 ◦ blue 67

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

Shades of Tulip Tree #DDB743

Tints of Tulip Tree #DDB743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.23%

R = 46.92%
G = 38.85%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB743 (or 0xDDB743) is known color: Tulip Tree. HEX triplet: DD, B7 and 43. RGB value is (221,183,67). Sum of RGB (Red+Green+Blue) = 221+183+67=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB743 is #2248BC. Grayscale: #B5B5B5. Windows color (decimal): -2246845 or 4437981. OLE color: 4437981.

HSL color Cylindrical-coordinate representation of color #DDB743: hue angle of 45.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDB743 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 67 -
CMYK 0 0.17 0.70 0.13
HSL 45.19º 0.69% 0.56% -
HSV(B) 45.19º 0.7% 0.87% -
XYZ 47.77 49.64 12.38 -
YUV 181.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 221 183 67 0 0.17 0.70 0.13 45.19 0.69 0.56
Hex DD B7 43 0 11 46 D 2D 45 38
Octal 335 267 103 0 21 106 15 55 105 70
Binary 11011101 10110111 1000011 0 10001 1000110 1101 101101 1000101 111000

Color Harmonies of #DDB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB743

Black with #DDB743

Text Example


Text Example

White with #DDB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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