Html Css Color HEX #DC7B3C Tree Poppy

📋 copy color: '#DC7B3C'

red 220 ◦ green 123 ◦ blue 60

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

Shades of Tree Poppy #DC7B3C

Tints of Tree Poppy #DC7B3C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 60 (23.83% from 255) = 14.89%

R = 54.59%
G = 30.52%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC7B3C (or 0xDC7B3C) is known color: Tree Poppy. HEX triplet: DC, 7B and 3C. RGB value is (220,123,60). Sum of RGB (Red+Green+Blue) = 220+123+60=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B3C is #2384C3. Grayscale: #919191. Windows color (decimal): -2327748 or 3963868. OLE color: 3963868.

HSL color Cylindrical-coordinate representation of color #DC7B3C: hue angle of 23.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC7B3C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 60 -
CMYK 0 0.44 0.73 0.14
HSL 23.63º 0.7% 0.55% -
HSV(B) 23.63º 0.73% 0.86% -
XYZ 37.41 29.71 8.04 -
YUV 144.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 220 123 60 0 0.44 0.73 0.14 23.63 0.7 0.55
Hex DC 7B 3C 0 2C 49 E 18 46 37
Octal 334 173 74 0 54 111 16 30 106 67
Binary 11011100 1111011 111100 0 101100 1001001 1110 11000 1000110 110111

Color Harmonies of #DC7B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B3C

Black with #DC7B3C

Text Example


Text Example

White with #DC7B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B3C; }

 p { color: rgb(220,123,60); }

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

background-color css

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

 a { background-color: rgb(220,123,60); }

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

border-color css

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

 span { border-color: rgb(220,123,60); }

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