Html Css Color HEX #D68D18 Buttercup

📋 copy color: '#D68D18'

red 214 ◦ green 141 ◦ blue 24

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

Shades of Buttercup #D68D18

Tints of Buttercup #D68D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 56.46%
G = 37.2%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68D18 (or 0xD68D18) is known color: Buttercup. HEX triplet: D6, 8D and 18. RGB value is (214,141,24). Sum of RGB (Red+Green+Blue) = 214+141+24=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D18 is #2972E7. Grayscale: #969696. Windows color (decimal): -2716392 or 1609174. OLE color: 1609174.

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

Color convert

RGB 214 141 24 -
CMYK 0 0.34 0.89 0.16
HSL 36.95º 0.8% 0.47% -
HSV(B) 36.95º 0.89% 0.84% -
XYZ 37.42 33.41 5.34 -
YUV 149.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 214 141 24 0 0.34 0.89 0.16 36.95 0.8 0.47
Hex D6 8D 18 0 22 59 10 25 50 2F
Octal 326 215 30 0 42 131 20 45 120 57
Binary 11010110 10001101 11000 0 100010 1011001 10000 100101 1010000 101111

Color Harmonies of #D68D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D18

Black with #D68D18

Text Example


Text Example

White with #D68D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D18; }

 p { color: rgb(214,141,24); }

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

background-color css

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

 a { background-color: rgb(214,141,24); }

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

border-color css

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

 span { border-color: rgb(214,141,24); }

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