Html Css Color HEX #DA8B1E Buttercup

📋 copy color: '#DA8B1E'

red 218 ◦ green 139 ◦ blue 30

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

Shades of Buttercup #DA8B1E

Tints of Buttercup #DA8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 56.33%
G = 35.92%
B = 7.75%

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

#DA8B1E (or 0xDA8B1E) is known color: Buttercup. HEX triplet: DA, 8B and 1E. RGB value is (218,139,30). Sum of RGB (Red+Green+Blue) = 218+139+30=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B1E is #2574E1. Grayscale: #969696. Windows color (decimal): -2454754 or 2001882. OLE color: 2001882.

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

Color convert

RGB 218 139 30 -
CMYK 0 0.36 0.86 0.15
HSL 34.79º 0.76% 0.49% -
HSV(B) 34.79º 0.86% 0.85% -
XYZ 38.38 33.46 5.66 -
YUV 150.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 218 139 30 0 0.36 0.86 0.15 34.79 0.76 0.49
Hex DA 8B 1E 0 24 56 F 23 4C 31
Octal 332 213 36 0 44 126 17 43 114 61
Binary 11011010 10001011 11110 0 100100 1010110 1111 100011 1001100 110001

Color Harmonies of #DA8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B1E

Black with #DA8B1E

Text Example


Text Example

White with #DA8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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