Html Css Color HEX #DCB148 Tulip Tree

📋 copy color: '#DCB148'

red 220 ◦ green 177 ◦ blue 72

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

Shades of Tulip Tree #DCB148

Tints of Tulip Tree #DCB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 46.91%
G = 37.74%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB148 (or 0xDCB148) is known color: Tulip Tree. HEX triplet: DC, B1 and 48. RGB value is (220,177,72). Sum of RGB (Red+Green+Blue) = 220+177+72=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB148 is #234EB7. Grayscale: #B2B2B2. Windows color (decimal): -2313912 or 4764124. OLE color: 4764124.

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

Color convert

RGB 220 177 72 -
CMYK 0 0.20 0.67 0.14
HSL 42.57º 0.68% 0.57% -
HSV(B) 42.57º 0.67% 0.86% -
XYZ 46.41 47.13 12.78 -
YUV 177.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 220 177 72 0 0.20 0.67 0.14 42.57 0.68 0.57
Hex DC B1 48 0 14 43 E 2B 44 39
Octal 334 261 110 0 24 103 16 53 104 71
Binary 11011100 10110001 1001000 0 10100 1000011 1110 101011 1000100 111001

Color Harmonies of #DCB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB148

Black with #DCB148

Text Example


Text Example

White with #DCB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB148; }

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

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

background-color css

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

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

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

border-color css

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

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

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