Html Css Color HEX #D68D1E Buttercup

📋 copy color: '#D68D1E'

red 214 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #D68D1E

Tints of Buttercup #D68D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 55.58%
G = 36.62%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D68D1E (or 0xD68D1E) is known color: Buttercup. HEX triplet: D6, 8D and 1E. RGB value is (214,141,30). Sum of RGB (Red+Green+Blue) = 214+141+30=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D1E is #2972E1. Grayscale: #969696. Windows color (decimal): -2716386 or 2002390. OLE color: 2002390.

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

Color convert

RGB 214 141 30 -
CMYK 0 0.34 0.86 0.16
HSL 36.2º 0.75% 0.48% -
HSV(B) 36.2º 0.86% 0.84% -
XYZ 37.49 33.44 5.71 -
YUV 150.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 214 141 30 0 0.34 0.86 0.16 36.2 0.75 0.48
Hex D6 8D 1E 0 22 56 10 24 4B 30
Octal 326 215 36 0 42 126 20 44 113 60
Binary 11010110 10001101 11110 0 100010 1010110 10000 100100 1001011 110000

Color Harmonies of #D68D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D1E

Black with #D68D1E

Text Example


Text Example

White with #D68D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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