Html Css Color HEX #DCB548 Tulip Tree

📋 copy color: '#DCB548'

red 220 ◦ green 181 ◦ blue 72

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

Shades of Tulip Tree #DCB548

Tints of Tulip Tree #DCB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

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

R = 46.51%
G = 38.27%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB548 (or 0xDCB548) is known color: Tulip Tree. HEX triplet: DC, B5 and 48. RGB value is (220,181,72). Sum of RGB (Red+Green+Blue) = 220+181+72=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB548 is #234AB7. Grayscale: #B4B4B4. Windows color (decimal): -2312888 or 4765148. OLE color: 4765148.

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

Color convert

RGB 220 181 72 -
CMYK 0 0.18 0.67 0.14
HSL 44.19º 0.68% 0.57% -
HSV(B) 44.19º 0.67% 0.86% -
XYZ 47.21 48.73 13.05 -
YUV 180.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 220 181 72 0 0.18 0.67 0.14 44.19 0.68 0.57
Hex DC B5 48 0 12 43 E 2C 44 39
Octal 334 265 110 0 22 103 16 54 104 71
Binary 11011100 10110101 1001000 0 10010 1000011 1110 101100 1000100 111001

Color Harmonies of #DCB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB548

Black with #DCB548

Text Example


Text Example

White with #DCB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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