Html Css Color HEX #DCB648 Tulip Tree

📋 copy color: '#DCB648'

red 220 ◦ green 182 ◦ blue 72

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

Shades of Tulip Tree #DCB648

Tints of Tulip Tree #DCB648

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 46.41%
G = 38.4%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB648 (or 0xDCB648) is known color: Tulip Tree. HEX triplet: DC, B6 and 48. RGB value is (220,182,72). Sum of RGB (Red+Green+Blue) = 220+182+72=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB648 is #2349B7. Grayscale: #B5B5B5. Windows color (decimal): -2312632 or 4765404. OLE color: 4765404.

HSL color Cylindrical-coordinate representation of color #DCB648: hue angle of 44.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCB648 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 72 -
CMYK 0 0.17 0.67 0.14
HSL 44.59º 0.68% 0.57% -
HSV(B) 44.59º 0.67% 0.86% -
XYZ 47.41 49.14 13.12 -
YUV 180.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 220 182 72 0 0.17 0.67 0.14 44.59 0.68 0.57
Hex DC B6 48 0 11 43 E 2D 44 39
Octal 334 266 110 0 21 103 16 55 104 71
Binary 11011100 10110110 1001000 0 10001 1000011 1110 101101 1000100 111001

Color Harmonies of #DCB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB648

Black with #DCB648

Text Example


Text Example

White with #DCB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB648; }

 p { color: rgb(220,182,72); }

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

background-color css

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

 a { background-color: rgb(220,182,72); }

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

border-color css

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

 span { border-color: rgb(220,182,72); }

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