Html Css Color HEX #DA851A Buttercup

📋 copy color: '#DA851A'

red 218 ◦ green 133 ◦ blue 26

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

Shades of Buttercup #DA851A

Tints of Buttercup #DA851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 57.82%
G = 35.28%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA851A (or 0xDA851A) is known color: Buttercup. HEX triplet: DA, 85 and 1A. RGB value is (218,133,26). Sum of RGB (Red+Green+Blue) = 218+133+26=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA851A is #257AE5. Grayscale: #929292. Windows color (decimal): -2456294 or 1738202. OLE color: 1738202.

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

Color convert

RGB 218 133 26 -
CMYK 0 0.39 0.88 0.15
HSL 33.44º 0.79% 0.48% -
HSV(B) 33.44º 0.88% 0.85% -
XYZ 37.49 31.76 5.13 -
YUV 146.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 218 133 26 0 0.39 0.88 0.15 33.44 0.79 0.48
Hex DA 85 1A 0 27 58 F 21 4F 30
Octal 332 205 32 0 47 130 17 41 117 60
Binary 11011010 10000101 11010 0 100111 1011000 1111 100001 1001111 110000

Color Harmonies of #DA851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA851A

Black with #DA851A

Text Example


Text Example

White with #DA851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA851A; }

 p { color: rgb(218,133,26); }

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

background-color css

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

 a { background-color: rgb(218,133,26); }

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

border-color css

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

 span { border-color: rgb(218,133,26); }

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