Html Css Color HEX #D6991D Buttercup

📋 copy color: '#D6991D'

red 214 ◦ green 153 ◦ blue 29

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

Shades of Buttercup #D6991D

Tints of Buttercup #D6991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 54.04%
G = 38.64%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6991D (or 0xD6991D) is known color: Buttercup. HEX triplet: D6, 99 and 1D. RGB value is (214,153,29). Sum of RGB (Red+Green+Blue) = 214+153+29=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6991D is #2966E2. Grayscale: #9D9D9D. Windows color (decimal): -2713315 or 1939926. OLE color: 1939926.

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

Color convert

RGB 214 153 29 -
CMYK 0 0.29 0.86 0.16
HSL 40.22º 0.76% 0.48% -
HSV(B) 40.22º 0.86% 0.84% -
XYZ 39.34 37.17 6.26 -
YUV 157.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 214 153 29 0 0.29 0.86 0.16 40.22 0.76 0.48
Hex D6 99 1D 0 1D 56 10 28 4C 30
Octal 326 231 35 0 35 126 20 50 114 60
Binary 11010110 10011001 11101 0 11101 1010110 10000 101000 1001100 110000

Color Harmonies of #D6991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6991D

Black with #D6991D

Text Example


Text Example

White with #D6991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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