Html Css Color HEX #D6992D Buttercup

📋 copy color: '#D6992D'

red 214 ◦ green 153 ◦ blue 45

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

Shades of Buttercup #D6992D

Tints of Buttercup #D6992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 51.94%
G = 37.14%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6992D (or 0xD6992D) is known color: Buttercup. HEX triplet: D6, 99 and 2D. RGB value is (214,153,45). Sum of RGB (Red+Green+Blue) = 214+153+45=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6992D is #2966D2. Grayscale: #9F9F9F. Windows color (decimal): -2713299 or 2988502. OLE color: 2988502.

HSL color Cylindrical-coordinate representation of color #D6992D: hue angle of 38.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6992D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 45 -
CMYK 0 0.29 0.79 0.16
HSL 38.34º 0.67% 0.51% -
HSV(B) 38.34º 0.79% 0.84% -
XYZ 39.6 37.27 7.59 -
YUV 158.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 214 153 45 0 0.29 0.79 0.16 38.34 0.67 0.51
Hex D6 99 2D 0 1D 4F 10 26 43 33
Octal 326 231 55 0 35 117 20 46 103 63
Binary 11010110 10011001 101101 0 11101 1001111 10000 100110 1000011 110011

Color Harmonies of #D6992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6992D

Black with #D6992D

Text Example


Text Example

White with #D6992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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