Html Css Color HEX #DA8B2C Buttercup

📋 copy color: '#DA8B2C'

red 218 ◦ green 139 ◦ blue 44

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

Shades of Buttercup #DA8B2C

Tints of Buttercup #DA8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 54.36%
G = 34.66%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA8B2C (or 0xDA8B2C) is known color: Buttercup. HEX triplet: DA, 8B and 2C. RGB value is (218,139,44). Sum of RGB (Red+Green+Blue) = 218+139+44=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B2C is #2574D3. Grayscale: #989898. Windows color (decimal): -2454740 or 2919386. OLE color: 2919386.

HSL color Cylindrical-coordinate representation of color #DA8B2C: hue angle of 32.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA8B2C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 139 44 -
CMYK 0 0.36 0.80 0.15
HSL 32.76º 0.7% 0.51% -
HSV(B) 32.76º 0.8% 0.85% -
XYZ 38.6 33.55 6.82 -
YUV 151.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 218 139 44 0 0.36 0.80 0.15 32.76 0.7 0.51
Hex DA 8B 2C 0 24 50 F 21 46 33
Octal 332 213 54 0 44 120 17 41 106 63
Binary 11011010 10001011 101100 0 100100 1010000 1111 100001 1000110 110011

Color Harmonies of #DA8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B2C

Black with #DA8B2C

Text Example


Text Example

White with #DA8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B2C; }

 p { color: rgb(218,139,44); }

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

background-color css

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

 a { background-color: rgb(218,139,44); }

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

border-color css

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

 span { border-color: rgb(218,139,44); }

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