Html Css Color HEX #DA8234 Tree Poppy

📋 copy color: '#DA8234'

red 218 ◦ green 130 ◦ blue 52

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

Shades of Tree Poppy #DA8234

Tints of Tree Poppy #DA8234

RGB

 RED value IS 218 (85.55% from 255) = 54.5%

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 54.5%
G = 32.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA8234 (or 0xDA8234) is known color: Tree Poppy. HEX triplet: DA, 82 and 34. RGB value is (218,130,52). Sum of RGB (Red+Green+Blue) = 218+130+52=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8234 is #257DCB. Grayscale: #939393. Windows color (decimal): -2457036 or 3441370. OLE color: 3441370.

HSL color Cylindrical-coordinate representation of color #DA8234: hue angle of 28.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA8234 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 52 -
CMYK 0 0.40 0.76 0.15
HSL 28.19º 0.69% 0.53% -
HSV(B) 28.19º 0.76% 0.85% -
XYZ 37.52 31.12 7.28 -
YUV 147.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 218 130 52 0 0.40 0.76 0.15 28.19 0.69 0.53
Hex DA 82 34 0 28 4C F 1C 45 35
Octal 332 202 64 0 50 114 17 34 105 65
Binary 11011010 10000010 110100 0 101000 1001100 1111 11100 1000101 110101

Color Harmonies of #DA8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8234

Black with #DA8234

Text Example


Text Example

White with #DA8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8234; }

 p { color: rgb(218,130,52); }

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

background-color css

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

 a { background-color: rgb(218,130,52); }

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

border-color css

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

 span { border-color: rgb(218,130,52); }

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