Html Css Color HEX #DCB444 Tulip Tree

📋 copy color: '#DCB444'

red 220 ◦ green 180 ◦ blue 68

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

Shades of Tulip Tree #DCB444

Tints of Tulip Tree #DCB444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.53%

R = 47.01%
G = 38.46%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB444 (or 0xDCB444) is known color: Tulip Tree. HEX triplet: DC, B4 and 44. RGB value is (220,180,68). Sum of RGB (Red+Green+Blue) = 220+180+68=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB444 is #234BBB. Grayscale: #B3B3B3. Windows color (decimal): -2313148 or 4502748. OLE color: 4502748.

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

Color convert

RGB 220 180 68 -
CMYK 0 0.18 0.69 0.14
HSL 44.21º 0.68% 0.56% -
HSV(B) 44.21º 0.69% 0.86% -
XYZ 46.88 48.28 12.32 -
YUV 179.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 220 180 68 0 0.18 0.69 0.14 44.21 0.68 0.56
Hex DC B4 44 0 12 45 E 2C 44 38
Octal 334 264 104 0 22 105 16 54 104 70
Binary 11011100 10110100 1000100 0 10010 1000101 1110 101100 1000100 111000

Color Harmonies of #DCB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB444

Black with #DCB444

Text Example


Text Example

White with #DCB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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