Html Css Color HEX #D6961D Buttercup

📋 copy color: '#D6961D'

red 214 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #D6961D

Tints of Buttercup #D6961D

RGB

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

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

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

R = 54.45%
G = 38.17%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6961D (or 0xD6961D) is known color: Buttercup. HEX triplet: D6, 96 and 1D. RGB value is (214,150,29). Sum of RGB (Red+Green+Blue) = 214+150+29=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6961D is #2969E2. Grayscale: #9B9B9B. Windows color (decimal): -2714083 or 1939158. OLE color: 1939158.

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

Color convert

RGB 214 150 29 -
CMYK 0 0.30 0.86 0.16
HSL 39.24º 0.76% 0.48% -
HSV(B) 39.24º 0.86% 0.84% -
XYZ 38.86 36.2 6.1 -
YUV 155.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 214 150 29 0 0.30 0.86 0.16 39.24 0.76 0.48
Hex D6 96 1D 0 1E 56 10 27 4C 30
Octal 326 226 35 0 36 126 20 47 114 60
Binary 11010110 10010110 11101 0 11110 1010110 10000 100111 1001100 110000

Color Harmonies of #D6961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6961D

Black with #D6961D

Text Example


Text Example

White with #D6961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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