Html Css Color HEX #D68D1C Buttercup

📋 copy color: '#D68D1C'

red 214 ◦ green 141 ◦ blue 28

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

Shades of Buttercup #D68D1C

Tints of Buttercup #D68D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.31%

R = 55.87%
G = 36.81%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D68D1C (or 0xD68D1C) is known color: Buttercup. HEX triplet: D6, 8D and 1C. RGB value is (214,141,28). Sum of RGB (Red+Green+Blue) = 214+141+28=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D1C is #2972E3. Grayscale: #969696. Windows color (decimal): -2716388 or 1871318. OLE color: 1871318.

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

Color convert

RGB 214 141 28 -
CMYK 0 0.34 0.87 0.16
HSL 36.45º 0.77% 0.47% -
HSV(B) 36.45º 0.87% 0.84% -
XYZ 37.47 33.43 5.58 -
YUV 149.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 214 141 28 0 0.34 0.87 0.16 36.45 0.77 0.47
Hex D6 8D 1C 0 22 57 10 24 4D 2F
Octal 326 215 34 0 42 127 20 44 115 57
Binary 11010110 10001101 11100 0 100010 1010111 10000 100100 1001101 101111

Color Harmonies of #D68D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D1C

Black with #D68D1C

Text Example


Text Example

White with #D68D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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