Html Css Color HEX #DCB343 Tulip Tree

📋 copy color: '#DCB343'

red 220 ◦ green 179 ◦ blue 67

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

Shades of Tulip Tree #DCB343

Tints of Tulip Tree #DCB343

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 47.21%
G = 38.41%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCB343 (or 0xDCB343) is known color: Tulip Tree. HEX triplet: DC, B3 and 43. RGB value is (220,179,67). Sum of RGB (Red+Green+Blue) = 220+179+67=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB343 is #234CBC. Grayscale: #B2B2B2. Windows color (decimal): -2313405 or 4436956. OLE color: 4436956.

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

Color convert

RGB 220 179 67 -
CMYK 0 0.19 0.70 0.14
HSL 43.92º 0.69% 0.56% -
HSV(B) 43.92º 0.7% 0.86% -
XYZ 46.65 47.86 12.09 -
YUV 178.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 220 179 67 0 0.19 0.70 0.14 43.92 0.69 0.56
Hex DC B3 43 0 13 46 E 2C 45 38
Octal 334 263 103 0 23 106 16 54 105 70
Binary 11011100 10110011 1000011 0 10011 1000110 1110 101100 1000101 111000

Color Harmonies of #DCB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB343

Black with #DCB343

Text Example


Text Example

White with #DCB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB343; }

 p { color: rgb(220,179,67); }

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

background-color css

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

 a { background-color: rgb(220,179,67); }

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

border-color css

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

 span { border-color: rgb(220,179,67); }

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