Html Css Color HEX #DCB445 Tulip Tree

📋 copy color: '#DCB445'

red 220 ◦ green 180 ◦ blue 69

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

Shades of Tulip Tree #DCB445

Tints of Tulip Tree #DCB445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 46.91%
G = 38.38%
B = 14.71%

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

#DCB445 (or 0xDCB445) is known color: Tulip Tree. HEX triplet: DC, B4 and 45. RGB value is (220,180,69). Sum of RGB (Red+Green+Blue) = 220+180+69=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB445 is #234BBA. Grayscale: #B3B3B3. Windows color (decimal): -2313147 or 4568284. OLE color: 4568284.

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

Color convert

RGB 220 180 69 -
CMYK 0 0.18 0.69 0.14
HSL 44.11º 0.68% 0.57% -
HSV(B) 44.11º 0.69% 0.86% -
XYZ 46.91 48.29 12.48 -
YUV 179.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 220 180 69 0 0.18 0.69 0.14 44.11 0.68 0.57
Hex DC B4 45 0 12 45 E 2C 44 39
Octal 334 264 105 0 22 105 16 54 104 71
Binary 11011100 10110100 1000101 0 10010 1000101 1110 101100 1000100 111001

Color Harmonies of #DCB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB445

Black with #DCB445

Text Example


Text Example

White with #DCB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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