Html Css Color HEX #DA8C1E Buttercup

📋 copy color: '#DA8C1E'

red 218 ◦ green 140 ◦ blue 30

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

Shades of Buttercup #DA8C1E

Tints of Buttercup #DA8C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 56.19%
G = 36.08%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA8C1E (or 0xDA8C1E) is known color: Buttercup. HEX triplet: DA, 8C and 1E. RGB value is (218,140,30). Sum of RGB (Red+Green+Blue) = 218+140+30=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C1E is #2573E1. Grayscale: #979797. Windows color (decimal): -2454498 or 2002138. OLE color: 2002138.

HSL color Cylindrical-coordinate representation of color #DA8C1E: hue angle of 35.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA8C1E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 30 -
CMYK 0 0.36 0.86 0.15
HSL 35.11º 0.76% 0.49% -
HSV(B) 35.11º 0.86% 0.85% -
XYZ 38.53 33.76 5.71 -
YUV 150.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 218 140 30 0 0.36 0.86 0.15 35.11 0.76 0.49
Hex DA 8C 1E 0 24 56 F 23 4C 31
Octal 332 214 36 0 44 126 17 43 114 61
Binary 11011010 10001100 11110 0 100100 1010110 1111 100011 1001100 110001

Color Harmonies of #DA8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C1E

Black with #DA8C1E

Text Example


Text Example

White with #DA8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C1E; }

 p { color: rgb(218,140,30); }

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

background-color css

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

 a { background-color: rgb(218,140,30); }

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

border-color css

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

 span { border-color: rgb(218,140,30); }

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