Html Css Color HEX #D68915 Buttercup

📋 copy color: '#D68915'

red 214 ◦ green 137 ◦ blue 21

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

Shades of Buttercup #D68915

Tints of Buttercup #D68915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 57.53%
G = 36.83%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68915 (or 0xD68915) is known color: Buttercup. HEX triplet: D6, 89 and 15. RGB value is (214,137,21). Sum of RGB (Red+Green+Blue) = 214+137+21=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D68915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68915 is #2976EA. Grayscale: #939393. Windows color (decimal): -2717419 or 1411542. OLE color: 1411542.

HSL color Cylindrical-coordinate representation of color #D68915: hue angle of 36.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D68915 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 21 -
CMYK 0 0.36 0.90 0.16
HSL 36.06º 0.82% 0.46% -
HSV(B) 36.06º 0.9% 0.84% -
XYZ 36.81 32.24 4.99 -
YUV 146.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 214 137 21 0 0.36 0.90 0.16 36.06 0.82 0.46
Hex D6 89 15 0 24 5A 10 24 52 2E
Octal 326 211 25 0 44 132 20 44 122 56
Binary 11010110 10001001 10101 0 100100 1011010 10000 100100 1010010 101110

Color Harmonies of #D68915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68915

Black with #D68915

Text Example


Text Example

White with #D68915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68915; }

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

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

background-color css

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

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

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

border-color css

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

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

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