Html Css Color HEX #D6901E Buttercup

📋 copy color: '#D6901E'

red 214 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #D6901E

Tints of Buttercup #D6901E

RGB

 RED value IS 214 (83.98% from 255) = 55.15%

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 55.15%
G = 37.11%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6901E (or 0xD6901E) is known color: Buttercup. HEX triplet: D6, 90 and 1E. RGB value is (214,144,30). Sum of RGB (Red+Green+Blue) = 214+144+30=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6901E is #296FE1. Grayscale: #989898. Windows color (decimal): -2715618 or 2003158. OLE color: 2003158.

HSL color Cylindrical-coordinate representation of color #D6901E: hue angle of 37.17º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6901E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 30 -
CMYK 0 0.33 0.86 0.16
HSL 37.17º 0.75% 0.48% -
HSV(B) 37.17º 0.86% 0.84% -
XYZ 37.94 34.34 5.86 -
YUV 151.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 214 144 30 0 0.33 0.86 0.16 37.17 0.75 0.48
Hex D6 90 1E 0 21 56 10 25 4B 30
Octal 326 220 36 0 41 126 20 45 113 60
Binary 11010110 10010000 11110 0 100001 1010110 10000 100101 1001011 110000

Color Harmonies of #D6901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6901E

Black with #D6901E

Text Example


Text Example

White with #D6901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6901E; }

 p { color: rgb(214,144,30); }

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

background-color css

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

 a { background-color: rgb(214,144,30); }

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

border-color css

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

 span { border-color: rgb(214,144,30); }

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