Html Css Color HEX #D6892A Buttercup

📋 copy color: '#D6892A'

red 214 ◦ green 137 ◦ blue 42

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

Shades of Buttercup #D6892A

Tints of Buttercup #D6892A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 54.45%
G = 34.86%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6892A (or 0xD6892A) is known color: Buttercup. HEX triplet: D6, 89 and 2A. RGB value is (214,137,42). Sum of RGB (Red+Green+Blue) = 214+137+42=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6892A is #2976D5. Grayscale: #959595. Windows color (decimal): -2717398 or 2787798. OLE color: 2787798.

HSL color Cylindrical-coordinate representation of color #D6892A: hue angle of 33.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6892A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 42 -
CMYK 0 0.36 0.80 0.16
HSL 33.14º 0.68% 0.5% -
HSV(B) 33.14º 0.8% 0.84% -
XYZ 37.1 32.35 6.48 -
YUV 149.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 214 137 42 0 0.36 0.80 0.16 33.14 0.68 0.5
Hex D6 89 2A 0 24 50 10 21 44 32
Octal 326 211 52 0 44 120 20 41 104 62
Binary 11010110 10001001 101010 0 100100 1010000 10000 100001 1000100 110010

Color Harmonies of #D6892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6892A

Black with #D6892A

Text Example


Text Example

White with #D6892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6892A; }

 p { color: rgb(214,137,42); }

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

background-color css

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

 a { background-color: rgb(214,137,42); }

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

border-color css

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

 span { border-color: rgb(214,137,42); }

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