Html Css Color HEX #D68F18 Buttercup

📋 copy color: '#D68F18'

red 214 ◦ green 143 ◦ blue 24

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

Shades of Buttercup #D68F18

Tints of Buttercup #D68F18

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 56.17%
G = 37.53%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68F18 (or 0xD68F18) is known color: Buttercup. HEX triplet: D6, 8F and 18. RGB value is (214,143,24). Sum of RGB (Red+Green+Blue) = 214+143+24=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F18 is #2970E7. Grayscale: #979797. Windows color (decimal): -2715880 or 1609686. OLE color: 1609686.

HSL color Cylindrical-coordinate representation of color #D68F18: hue angle of 37.58º 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 #D68F18 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 24 -
CMYK 0 0.33 0.89 0.16
HSL 37.58º 0.8% 0.47% -
HSV(B) 37.58º 0.89% 0.84% -
XYZ 37.72 34.01 5.44 -
YUV 150.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 214 143 24 0 0.33 0.89 0.16 37.58 0.8 0.47
Hex D6 8F 18 0 21 59 10 26 50 2F
Octal 326 217 30 0 41 131 20 46 120 57
Binary 11010110 10001111 11000 0 100001 1011001 10000 100110 1010000 101111

Color Harmonies of #D68F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F18

Black with #D68F18

Text Example


Text Example

White with #D68F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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