Html Css Color HEX #D68719 Buttercup

📋 copy color: '#D68719'

red 214 ◦ green 135 ◦ blue 25

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

Shades of Buttercup #D68719

Tints of Buttercup #D68719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 57.22%
G = 36.1%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D68719 (or 0xD68719) is known color: Buttercup. HEX triplet: D6, 87 and 19. RGB value is (214,135,25). Sum of RGB (Red+Green+Blue) = 214+135+25=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D68719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68719 is #2978E6. Grayscale: #929292. Windows color (decimal): -2717927 or 1673174. OLE color: 1673174.

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

Color convert

RGB 214 135 25 -
CMYK 0 0.37 0.88 0.16
HSL 34.92º 0.79% 0.47% -
HSV(B) 34.92º 0.88% 0.84% -
XYZ 36.57 31.69 5.11 -
YUV 146.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 214 135 25 0 0.37 0.88 0.16 34.92 0.79 0.47
Hex D6 87 19 0 25 58 10 23 4F 2F
Octal 326 207 31 0 45 130 20 43 117 57
Binary 11010110 10000111 11001 0 100101 1011000 10000 100011 1001111 101111

Color Harmonies of #D68719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68719

Black with #D68719

Text Example


Text Example

White with #D68719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68719; }

 p { color: rgb(214,135,25); }

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

background-color css

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

 a { background-color: rgb(214,135,25); }

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

border-color css

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

 span { border-color: rgb(214,135,25); }

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