Html Css Color HEX #D68B1F Buttercup

📋 copy color: '#D68B1F'

red 214 ◦ green 139 ◦ blue 31

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

Shades of Buttercup #D68B1F

Tints of Buttercup #D68B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 55.73%
G = 36.2%
B = 8.07%

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

#D68B1F (or 0xD68B1F) is known color: Buttercup. HEX triplet: D6, 8B and 1F. RGB value is (214,139,31). Sum of RGB (Red+Green+Blue) = 214+139+31=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B1F is #2974E0. Grayscale: #959595. Windows color (decimal): -2716897 or 2067414. OLE color: 2067414.

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

Color convert

RGB 214 139 31 -
CMYK 0 0.35 0.86 0.16
HSL 35.41º 0.75% 0.48% -
HSV(B) 35.41º 0.86% 0.84% -
XYZ 37.21 32.86 5.68 -
YUV 149.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 214 139 31 0 0.35 0.86 0.16 35.41 0.75 0.48
Hex D6 8B 1F 0 23 56 10 23 4B 30
Octal 326 213 37 0 43 126 20 43 113 60
Binary 11010110 10001011 11111 0 100011 1010110 10000 100011 1001011 110000

Color Harmonies of #D68B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B1F

Black with #D68B1F

Text Example


Text Example

White with #D68B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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