Html Css Color HEX #DA8B2E Buttercup

📋 copy color: '#DA8B2E'

red 218 ◦ green 139 ◦ blue 46

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

Shades of Buttercup #DA8B2E

Tints of Buttercup #DA8B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 54.09%
G = 34.49%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA8B2E (or 0xDA8B2E) is known color: Buttercup. HEX triplet: DA, 8B and 2E. RGB value is (218,139,46). Sum of RGB (Red+Green+Blue) = 218+139+46=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B2E is #2574D1. Grayscale: #989898. Windows color (decimal): -2454738 or 3050458. OLE color: 3050458.

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

Color convert

RGB 218 139 46 -
CMYK 0 0.36 0.79 0.15
HSL 32.44º 0.7% 0.52% -
HSV(B) 32.44º 0.79% 0.85% -
XYZ 38.64 33.57 7.03 -
YUV 152.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 218 139 46 0 0.36 0.79 0.15 32.44 0.7 0.52
Hex DA 8B 2E 0 24 4F F 20 46 34
Octal 332 213 56 0 44 117 17 40 106 64
Binary 11011010 10001011 101110 0 100100 1001111 1111 100000 1000110 110100

Color Harmonies of #DA8B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B2E

Black with #DA8B2E

Text Example


Text Example

White with #DA8B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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