Html Css Color HEX #D68623 Buttercup

📋 copy color: '#D68623'

red 214 ◦ green 134 ◦ blue 35

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

Shades of Buttercup #D68623

Tints of Buttercup #D68623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 55.87%
G = 34.99%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68623 (or 0xD68623) is known color: Buttercup. HEX triplet: D6, 86 and 23. RGB value is (214,134,35). Sum of RGB (Red+Green+Blue) = 214+134+35=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68623 is #2979DC. Grayscale: #939393. Windows color (decimal): -2718173 or 2328278. OLE color: 2328278.

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

Color convert

RGB 214 134 35 -
CMYK 0 0.37 0.84 0.16
HSL 33.18º 0.72% 0.49% -
HSV(B) 33.18º 0.84% 0.84% -
XYZ 36.56 31.47 5.74 -
YUV 146.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 214 134 35 0 0.37 0.84 0.16 33.18 0.72 0.49
Hex D6 86 23 0 25 54 10 21 48 31
Octal 326 206 43 0 45 124 20 41 110 61
Binary 11010110 10000110 100011 0 100101 1010100 10000 100001 1001000 110001

Color Harmonies of #D68623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68623

Black with #D68623

Text Example


Text Example

White with #D68623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68623; }

 p { color: rgb(214,134,35); }

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

background-color css

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

 a { background-color: rgb(214,134,35); }

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

border-color css

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

 span { border-color: rgb(214,134,35); }

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