Html Css Color HEX #DA8A2C Buttercup

📋 copy color: '#DA8A2C'

red 218 ◦ green 138 ◦ blue 44

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

Shades of Buttercup #DA8A2C

Tints of Buttercup #DA8A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 54.5%
G = 34.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA8A2C (or 0xDA8A2C) is known color: Buttercup. HEX triplet: DA, 8A and 2C. RGB value is (218,138,44). Sum of RGB (Red+Green+Blue) = 218+138+44=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A2C is #2575D3. Grayscale: #979797. Windows color (decimal): -2454996 or 2919130. OLE color: 2919130.

HSL color Cylindrical-coordinate representation of color #DA8A2C: hue angle of 32.41º 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 #DA8A2C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 44 -
CMYK 0 0.37 0.80 0.15
HSL 32.41º 0.7% 0.51% -
HSV(B) 32.41º 0.8% 0.85% -
XYZ 38.46 33.26 6.78 -
YUV 151.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 218 138 44 0 0.37 0.80 0.15 32.41 0.7 0.51
Hex DA 8A 2C 0 25 50 F 20 46 33
Octal 332 212 54 0 45 120 17 40 106 63
Binary 11011010 10001010 101100 0 100101 1010000 1111 100000 1000110 110011

Color Harmonies of #DA8A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A2C

Black with #DA8A2C

Text Example


Text Example

White with #DA8A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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