Html Css Color HEX #DCB645 Tulip Tree

📋 copy color: '#DCB645'

red 220 ◦ green 182 ◦ blue 69

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

Shades of Tulip Tree #DCB645

Tints of Tulip Tree #DCB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 46.71%
G = 38.64%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB645 (or 0xDCB645) is known color: Tulip Tree. HEX triplet: DC, B6 and 45. RGB value is (220,182,69). Sum of RGB (Red+Green+Blue) = 220+182+69=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB645 is #2349BA. Grayscale: #B4B4B4. Windows color (decimal): -2312635 or 4568796. OLE color: 4568796.

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

Color convert

RGB 220 182 69 -
CMYK 0 0.17 0.69 0.14
HSL 44.9º 0.68% 0.57% -
HSV(B) 44.9º 0.69% 0.86% -
XYZ 47.32 49.1 12.61 -
YUV 180.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 220 182 69 0 0.17 0.69 0.14 44.9 0.68 0.57
Hex DC B6 45 0 11 45 E 2D 44 39
Octal 334 266 105 0 21 105 16 55 104 71
Binary 11011100 10110110 1000101 0 10001 1000101 1110 101101 1000100 111001

Color Harmonies of #DCB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB645

Black with #DCB645

Text Example


Text Example

White with #DCB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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