Html Css Color HEX #DA8D27 Buttercup

📋 copy color: '#DA8D27'

red 218 ◦ green 141 ◦ blue 39

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

Shades of Buttercup #DA8D27

Tints of Buttercup #DA8D27

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 54.77%
G = 35.43%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8D27 (or 0xDA8D27) is known color: Buttercup. HEX triplet: DA, 8D and 27. RGB value is (218,141,39). Sum of RGB (Red+Green+Blue) = 218+141+39=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D27 is #2572D8. Grayscale: #989898. Windows color (decimal): -2454233 or 2592218. OLE color: 2592218.

HSL color Cylindrical-coordinate representation of color #DA8D27: hue angle of 34.19º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8D27 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 141 39 -
CMYK 0 0.35 0.82 0.15
HSL 34.19º 0.71% 0.5% -
HSV(B) 34.19º 0.82% 0.85% -
XYZ 38.8 34.1 6.46 -
YUV 152.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 218 141 39 0 0.35 0.82 0.15 34.19 0.71 0.5
Hex DA 8D 27 0 23 52 F 22 47 32
Octal 332 215 47 0 43 122 17 42 107 62
Binary 11011010 10001101 100111 0 100011 1010010 1111 100010 1000111 110010

Color Harmonies of #DA8D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D27

Black with #DA8D27

Text Example


Text Example

White with #DA8D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D27; }

 p { color: rgb(218,141,39); }

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

background-color css

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

 a { background-color: rgb(218,141,39); }

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

border-color css

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

 span { border-color: rgb(218,141,39); }

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