Html Css Color HEX #D68B1E Buttercup

📋 copy color: '#D68B1E'

red 214 ◦ green 139 ◦ blue 30

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

Shades of Buttercup #D68B1E

Tints of Buttercup #D68B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

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

R = 55.87%
G = 36.29%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D68B1E (or 0xD68B1E) is known color: Buttercup. HEX triplet: D6, 8B and 1E. RGB value is (214,139,30). Sum of RGB (Red+Green+Blue) = 214+139+30=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B1E is #2974E1. Grayscale: #959595. Windows color (decimal): -2716898 or 2001878. OLE color: 2001878.

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

Color convert

RGB 214 139 30 -
CMYK 0 0.35 0.86 0.16
HSL 35.54º 0.75% 0.48% -
HSV(B) 35.54º 0.86% 0.84% -
XYZ 37.2 32.86 5.61 -
YUV 149 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 214 139 30 0 0.35 0.86 0.16 35.54 0.75 0.48
Hex D6 8B 1E 0 23 56 10 24 4B 30
Octal 326 213 36 0 43 126 20 44 113 60
Binary 11010110 10001011 11110 0 100011 1010110 10000 100100 1001011 110000

Color Harmonies of #D68B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B1E

Black with #D68B1E

Text Example


Text Example

White with #D68B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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