Html Css Color HEX #D68928 Buttercup

📋 copy color: '#D68928'

red 214 ◦ green 137 ◦ blue 40

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

Shades of Buttercup #D68928

Tints of Buttercup #D68928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 54.73%
G = 35.04%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D68928 (or 0xD68928) is known color: Buttercup. HEX triplet: D6, 89 and 28. RGB value is (214,137,40). Sum of RGB (Red+Green+Blue) = 214+137+40=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68928 is #2976D7. Grayscale: #959595. Windows color (decimal): -2717400 or 2656726. OLE color: 2656726.

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

Color convert

RGB 214 137 40 -
CMYK 0 0.36 0.81 0.16
HSL 33.45º 0.69% 0.5% -
HSV(B) 33.45º 0.81% 0.84% -
XYZ 37.06 32.34 6.3 -
YUV 148.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 214 137 40 0 0.36 0.81 0.16 33.45 0.69 0.5
Hex D6 89 28 0 24 51 10 21 45 32
Octal 326 211 50 0 44 121 20 41 105 62
Binary 11010110 10001001 101000 0 100100 1010001 10000 100001 1000101 110010

Color Harmonies of #D68928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68928

Black with #D68928

Text Example


Text Example

White with #D68928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68928; }

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

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

background-color css

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

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

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

border-color css

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

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

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