Html Css Color HEX #DCB242 Tulip Tree

📋 copy color: '#DCB242'

red 220 ◦ green 178 ◦ blue 66

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

Shades of Tulip Tree #DCB242

Tints of Tulip Tree #DCB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 47.41%
G = 38.36%
B = 14.22%

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

#DCB242 (or 0xDCB242) is known color: Tulip Tree. HEX triplet: DC, B2 and 42. RGB value is (220,178,66). Sum of RGB (Red+Green+Blue) = 220+178+66=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB242 is #234DBD. Grayscale: #B2B2B2. Windows color (decimal): -2313662 or 4371164. OLE color: 4371164.

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

Color convert

RGB 220 178 66 -
CMYK 0 0.19 0.7 0.14
HSL 43.64º 0.69% 0.56% -
HSV(B) 43.64º 0.7% 0.86% -
XYZ 46.42 47.45 11.87 -
YUV 177.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 220 178 66 0 0.19 0.7 0.14 43.64 0.69 0.56
Hex DC B2 42 0 13 46 E 2C 45 38
Octal 334 262 102 0 23 106 16 54 105 70
Binary 11011100 10110010 1000010 0 10011 1000110 1110 101100 1000101 111000

Color Harmonies of #DCB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB242

Black with #DCB242

Text Example


Text Example

White with #DCB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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