Html Css Color HEX #D6991C Buttercup

📋 copy color: '#D6991C'

red 214 ◦ green 153 ◦ blue 28

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

Shades of Buttercup #D6991C

Tints of Buttercup #D6991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 54.18%
G = 38.73%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6991C (or 0xD6991C) is known color: Buttercup. HEX triplet: D6, 99 and 1C. RGB value is (214,153,28). Sum of RGB (Red+Green+Blue) = 214+153+28=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6991C is #2966E3. Grayscale: #9D9D9D. Windows color (decimal): -2713316 or 1874390. OLE color: 1874390.

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

Color convert

RGB 214 153 28 -
CMYK 0 0.29 0.87 0.16
HSL 40.32º 0.77% 0.47% -
HSV(B) 40.32º 0.87% 0.84% -
XYZ 39.33 37.16 6.2 -
YUV 156.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 214 153 28 0 0.29 0.87 0.16 40.32 0.77 0.47
Hex D6 99 1C 0 1D 57 10 28 4D 2F
Octal 326 231 34 0 35 127 20 50 115 57
Binary 11010110 10011001 11100 0 11101 1010111 10000 101000 1001101 101111

Color Harmonies of #D6991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6991C

Black with #D6991C

Text Example


Text Example

White with #D6991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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