Html Css Color HEX #DCB448 Tulip Tree

📋 copy color: '#DCB448'

red 220 ◦ green 180 ◦ blue 72

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

Shades of Tulip Tree #DCB448

Tints of Tulip Tree #DCB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 46.61%
G = 38.14%
B = 15.25%

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

#DCB448 (or 0xDCB448) is known color: Tulip Tree. HEX triplet: DC, B4 and 48. RGB value is (220,180,72). Sum of RGB (Red+Green+Blue) = 220+180+72=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB448 is #234BB7. Grayscale: #B4B4B4. Windows color (decimal): -2313144 or 4764892. OLE color: 4764892.

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

Color convert

RGB 220 180 72 -
CMYK 0 0.18 0.67 0.14
HSL 43.78º 0.68% 0.57% -
HSV(B) 43.78º 0.67% 0.86% -
XYZ 47.01 48.33 12.98 -
YUV 179.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 220 180 72 0 0.18 0.67 0.14 43.78 0.68 0.57
Hex DC B4 48 0 12 43 E 2C 44 39
Octal 334 264 110 0 22 103 16 54 104 71
Binary 11011100 10110100 1001000 0 10010 1000011 1110 101100 1000100 111001

Color Harmonies of #DCB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB448

Black with #DCB448

Text Example


Text Example

White with #DCB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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