Html Css Color HEX #D6881D Buttercup

📋 copy color: '#D6881D'

red 214 ◦ green 136 ◦ blue 29

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

Shades of Buttercup #D6881D

Tints of Buttercup #D6881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 56.46%
G = 35.88%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6881D (or 0xD6881D) is known color: Buttercup. HEX triplet: D6, 88 and 1D. RGB value is (214,136,29). Sum of RGB (Red+Green+Blue) = 214+136+29=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6881D is #2977E2. Grayscale: #939393. Windows color (decimal): -2717667 or 1935574. OLE color: 1935574.

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

Color convert

RGB 214 136 29 -
CMYK 0 0.36 0.86 0.16
HSL 34.7º 0.76% 0.48% -
HSV(B) 34.7º 0.86% 0.84% -
XYZ 36.76 31.99 5.4 -
YUV 147.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 214 136 29 0 0.36 0.86 0.16 34.7 0.76 0.48
Hex D6 88 1D 0 24 56 10 23 4C 30
Octal 326 210 35 0 44 126 20 43 114 60
Binary 11010110 10001000 11101 0 100100 1010110 10000 100011 1001100 110000

Color Harmonies of #D6881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6881D

Black with #D6881D

Text Example


Text Example

White with #D6881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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