Html Css Color HEX #DA8F1C Buttercup

📋 copy color: '#DA8F1C'

red 218 ◦ green 143 ◦ blue 28

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

Shades of Buttercup #DA8F1C

Tints of Buttercup #DA8F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 56.04%
G = 36.76%
B = 7.2%

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

#DA8F1C (or 0xDA8F1C) is known color: Buttercup. HEX triplet: DA, 8F and 1C. RGB value is (218,143,28). Sum of RGB (Red+Green+Blue) = 218+143+28=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F1C is #2570E3. Grayscale: #989898. Windows color (decimal): -2453732 or 1871834. OLE color: 1871834.

HSL color Cylindrical-coordinate representation of color #DA8F1C: hue angle of 36.32º 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 #DA8F1C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 28 -
CMYK 0 0.34 0.87 0.15
HSL 36.32º 0.77% 0.48% -
HSV(B) 36.32º 0.87% 0.85% -
XYZ 38.95 34.63 5.73 -
YUV 152.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 218 143 28 0 0.34 0.87 0.15 36.32 0.77 0.48
Hex DA 8F 1C 0 22 57 F 24 4D 30
Octal 332 217 34 0 42 127 17 44 115 60
Binary 11011010 10001111 11100 0 100010 1010111 1111 100100 1001101 110000

Color Harmonies of #DA8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F1C

Black with #DA8F1C

Text Example


Text Example

White with #DA8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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