Html Css Color HEX #D6921B Buttercup

📋 copy color: '#D6921B'

red 214 ◦ green 146 ◦ blue 27

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

Shades of Buttercup #D6921B

Tints of Buttercup #D6921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 55.3%
G = 37.73%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6921B (or 0xD6921B) is known color: Buttercup. HEX triplet: D6, 92 and 1B. RGB value is (214,146,27). Sum of RGB (Red+Green+Blue) = 214+146+27=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6921B is #296DE4. Grayscale: #999999. Windows color (decimal): -2715109 or 1807062. OLE color: 1807062.

HSL color Cylindrical-coordinate representation of color #D6921B: hue angle of 38.18º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6921B is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 27 -
CMYK 0 0.32 0.87 0.16
HSL 38.18º 0.78% 0.47% -
HSV(B) 38.18º 0.87% 0.84% -
XYZ 38.21 34.93 5.77 -
YUV 152.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 214 146 27 0 0.32 0.87 0.16 38.18 0.78 0.47
Hex D6 92 1B 0 20 57 10 26 4E 2F
Octal 326 222 33 0 40 127 20 46 116 57
Binary 11010110 10010010 11011 0 100000 1010111 10000 100110 1001110 101111

Color Harmonies of #D6921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6921B

Black with #D6921B

Text Example


Text Example

White with #D6921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6921B; }

 p { color: rgb(214,146,27); }

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

background-color css

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

 a { background-color: rgb(214,146,27); }

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

border-color css

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

 span { border-color: rgb(214,146,27); }

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