Html Css Color HEX #DA8D1B Buttercup

📋 copy color: '#DA8D1B'

red 218 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #DA8D1B

Tints of Buttercup #DA8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 56.48%
G = 36.53%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA8D1B (or 0xDA8D1B) is known color: Buttercup. HEX triplet: DA, 8D and 1B. RGB value is (218,141,27). Sum of RGB (Red+Green+Blue) = 218+141+27=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D1B is #2572E4. Grayscale: #979797. Windows color (decimal): -2454245 or 1805786. OLE color: 1805786.

HSL color Cylindrical-coordinate representation of color #DA8D1B: hue angle of 35.81º degrees, saturation: 0.78, 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 #DA8D1B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 141 27 -
CMYK 0 0.35 0.88 0.15
HSL 35.81º 0.78% 0.48% -
HSV(B) 35.81º 0.88% 0.85% -
XYZ 38.64 34.03 5.57 -
YUV 151.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 218 141 27 0 0.35 0.88 0.15 35.81 0.78 0.48
Hex DA 8D 1B 0 23 58 F 24 4E 30
Octal 332 215 33 0 43 130 17 44 116 60
Binary 11011010 10001101 11011 0 100011 1011000 1111 100100 1001110 110000

Color Harmonies of #DA8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D1B

Black with #DA8D1B

Text Example


Text Example

White with #DA8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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