Html Css Color HEX #DA8F1D Buttercup

📋 copy color: '#DA8F1D'

red 218 ◦ green 143 ◦ blue 29

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

Shades of Buttercup #DA8F1D

Tints of Buttercup #DA8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 29 (11.72% from 255) = 7.44%

R = 55.9%
G = 36.67%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA8F1D (or 0xDA8F1D) is known color: Buttercup. HEX triplet: DA, 8F and 1D. RGB value is (218,143,29). Sum of RGB (Red+Green+Blue) = 218+143+29=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F1D is #2570E2. Grayscale: #989898. Windows color (decimal): -2453731 or 1937370. OLE color: 1937370.

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

Color convert

RGB 218 143 29 -
CMYK 0 0.34 0.87 0.15
HSL 36.19º 0.77% 0.48% -
HSV(B) 36.19º 0.87% 0.85% -
XYZ 38.96 34.64 5.8 -
YUV 152.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 218 143 29 0 0.34 0.87 0.15 36.19 0.77 0.48
Hex DA 8F 1D 0 22 57 F 24 4D 30
Octal 332 217 35 0 42 127 17 44 115 60
Binary 11011010 10001111 11101 0 100010 1010111 1111 100100 1001101 110000

Color Harmonies of #DA8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F1D

Black with #DA8F1D

Text Example


Text Example

White with #DA8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F1D; }

 p { color: rgb(218,143,29); }

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

background-color css

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

 a { background-color: rgb(218,143,29); }

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

border-color css

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

 span { border-color: rgb(218,143,29); }

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