Html Css Color HEX #DCB440 Tulip Tree

📋 copy color: '#DCB440'

red 220 ◦ green 180 ◦ blue 64

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

Shades of Tulip Tree #DCB440

Tints of Tulip Tree #DCB440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 47.41%
G = 38.79%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB440 (or 0xDCB440) is known color: Tulip Tree. HEX triplet: DC, B4 and 40. RGB value is (220,180,64). Sum of RGB (Red+Green+Blue) = 220+180+64=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB440 is #234BBF. Grayscale: #B3B3B3. Windows color (decimal): -2313152 or 4240604. OLE color: 4240604.

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

Color convert

RGB 220 180 64 -
CMYK 0 0.18 0.71 0.14
HSL 44.62º 0.69% 0.56% -
HSV(B) 44.62º 0.71% 0.86% -
XYZ 46.76 48.23 11.69 -
YUV 178.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 220 180 64 0 0.18 0.71 0.14 44.62 0.69 0.56
Hex DC B4 40 0 12 47 E 2D 45 38
Octal 334 264 100 0 22 107 16 55 105 70
Binary 11011100 10110100 1000000 0 10010 1000111 1110 101101 1000101 111000

Color Harmonies of #DCB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB440

Black with #DCB440

Text Example


Text Example

White with #DCB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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