Html Css Color HEX #DCB342 Tulip Tree

📋 copy color: '#DCB342'

red 220 ◦ green 179 ◦ blue 66

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

Shades of Tulip Tree #DCB342

Tints of Tulip Tree #DCB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 47.31%
G = 38.49%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB342 (or 0xDCB342) is known color: Tulip Tree. HEX triplet: DC, B3 and 42. RGB value is (220,179,66). Sum of RGB (Red+Green+Blue) = 220+179+66=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB342 is #234CBD. Grayscale: #B2B2B2. Windows color (decimal): -2313406 or 4371420. OLE color: 4371420.

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

Color convert

RGB 220 179 66 -
CMYK 0 0.19 0.7 0.14
HSL 44.03º 0.69% 0.56% -
HSV(B) 44.03º 0.7% 0.86% -
XYZ 46.62 47.85 11.93 -
YUV 178.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 220 179 66 0 0.19 0.7 0.14 44.03 0.69 0.56
Hex DC B3 42 0 13 46 E 2C 45 38
Octal 334 263 102 0 23 106 16 54 105 70
Binary 11011100 10110011 1000010 0 10011 1000110 1110 101100 1000101 111000

Color Harmonies of #DCB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB342

Black with #DCB342

Text Example


Text Example

White with #DCB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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