Html Css Color HEX #DCB442 Tulip Tree

📋 copy color: '#DCB442'

red 220 ◦ green 180 ◦ blue 66

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

Shades of Tulip Tree #DCB442

Tints of Tulip Tree #DCB442

RGB

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

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

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

R = 47.21%
G = 38.63%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB442 (or 0xDCB442) is known color: Tulip Tree. HEX triplet: DC, B4 and 42. RGB value is (220,180,66). Sum of RGB (Red+Green+Blue) = 220+180+66=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB442 is #234BBD. Grayscale: #B3B3B3. Windows color (decimal): -2313150 or 4371676. OLE color: 4371676.

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

Color convert

RGB 220 180 66 -
CMYK 0 0.18 0.7 0.14
HSL 44.42º 0.69% 0.56% -
HSV(B) 44.42º 0.7% 0.86% -
XYZ 46.82 48.25 12 -
YUV 178.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 220 180 66 0 0.18 0.7 0.14 44.42 0.69 0.56
Hex DC B4 42 0 12 46 E 2C 45 38
Octal 334 264 102 0 22 106 16 54 105 70
Binary 11011100 10110100 1000010 0 10010 1000110 1110 101100 1000101 111000

Color Harmonies of #DCB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB442

Black with #DCB442

Text Example


Text Example

White with #DCB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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