Html Css Color HEX #D6901C Buttercup

📋 copy color: '#D6901C'

red 214 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #D6901C

Tints of Buttercup #D6901C

RGB

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

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

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

R = 55.44%
G = 37.31%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6901C (or 0xD6901C) is known color: Buttercup. HEX triplet: D6, 90 and 1C. RGB value is (214,144,28). Sum of RGB (Red+Green+Blue) = 214+144+28=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6901C is #296FE3. Grayscale: #989898. Windows color (decimal): -2715620 or 1872086. OLE color: 1872086.

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

Color convert

RGB 214 144 28 -
CMYK 0 0.33 0.87 0.16
HSL 37.42º 0.77% 0.47% -
HSV(B) 37.42º 0.87% 0.84% -
XYZ 37.91 34.33 5.73 -
YUV 151.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 214 144 28 0 0.33 0.87 0.16 37.42 0.77 0.47
Hex D6 90 1C 0 21 57 10 25 4D 2F
Octal 326 220 34 0 41 127 20 45 115 57
Binary 11010110 10010000 11100 0 100001 1010111 10000 100101 1001101 101111

Color Harmonies of #D6901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6901C

Black with #D6901C

Text Example


Text Example

White with #D6901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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