Html Css Color HEX #DA8A2A Buttercup

📋 copy color: '#DA8A2A'

red 218 ◦ green 138 ◦ blue 42

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

Shades of Buttercup #DA8A2A

Tints of Buttercup #DA8A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.55%

R = 54.77%
G = 34.67%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA8A2A (or 0xDA8A2A) is known color: Buttercup. HEX triplet: DA, 8A and 2A. RGB value is (218,138,42). Sum of RGB (Red+Green+Blue) = 218+138+42=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A2A is #2575D5. Grayscale: #979797. Windows color (decimal): -2454998 or 2788058. OLE color: 2788058.

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

Color convert

RGB 218 138 42 -
CMYK 0 0.37 0.81 0.15
HSL 32.73º 0.7% 0.51% -
HSV(B) 32.73º 0.81% 0.85% -
XYZ 38.42 33.25 6.58 -
YUV 150.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 218 138 42 0 0.37 0.81 0.15 32.73 0.7 0.51
Hex DA 8A 2A 0 25 51 F 21 46 33
Octal 332 212 52 0 45 121 17 41 106 63
Binary 11011010 10001010 101010 0 100101 1010001 1111 100001 1000110 110011

Color Harmonies of #DA8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A2A

Black with #DA8A2A

Text Example


Text Example

White with #DA8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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