Html Css Color HEX #DCB441 Tulip Tree

📋 copy color: '#DCB441'

red 220 ◦ green 180 ◦ blue 65

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

Shades of Tulip Tree #DCB441

Tints of Tulip Tree #DCB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.98%

R = 47.31%
G = 38.71%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCB441 (or 0xDCB441) is known color: Tulip Tree. HEX triplet: DC, B4 and 41. RGB value is (220,180,65). Sum of RGB (Red+Green+Blue) = 220+180+65=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB441 is #234BBE. Grayscale: #B3B3B3. Windows color (decimal): -2313151 or 4306140. OLE color: 4306140.

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

Color convert

RGB 220 180 65 -
CMYK 0 0.18 0.70 0.14
HSL 44.52º 0.69% 0.56% -
HSV(B) 44.52º 0.7% 0.86% -
XYZ 46.79 48.24 11.85 -
YUV 178.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 220 180 65 0 0.18 0.70 0.14 44.52 0.69 0.56
Hex DC B4 41 0 12 46 E 2D 45 38
Octal 334 264 101 0 22 106 16 55 105 70
Binary 11011100 10110100 1000001 0 10010 1000110 1110 101101 1000101 111000

Color Harmonies of #DCB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB441

Black with #DCB441

Text Example


Text Example

White with #DCB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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