Html Css Color HEX #D6962D Buttercup

📋 copy color: '#D6962D'

red 214 ◦ green 150 ◦ blue 45

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

Shades of Buttercup #D6962D

Tints of Buttercup #D6962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 52.32%
G = 36.67%
B = 11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6962D (or 0xD6962D) is known color: Buttercup. HEX triplet: D6, 96 and 2D. RGB value is (214,150,45). Sum of RGB (Red+Green+Blue) = 214+150+45=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6962D is #2969D2. Grayscale: #9D9D9D. Windows color (decimal): -2714067 or 2987734. OLE color: 2987734.

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

Color convert

RGB 214 150 45 -
CMYK 0 0.30 0.79 0.16
HSL 37.28º 0.67% 0.51% -
HSV(B) 37.28º 0.79% 0.84% -
XYZ 39.11 36.3 7.43 -
YUV 157.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 214 150 45 0 0.30 0.79 0.16 37.28 0.67 0.51
Hex D6 96 2D 0 1E 4F 10 25 43 33
Octal 326 226 55 0 36 117 20 45 103 63
Binary 11010110 10010110 101101 0 11110 1001111 10000 100101 1000011 110011

Color Harmonies of #D6962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6962D

Black with #D6962D

Text Example


Text Example

White with #D6962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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