Html Css Color HEX #D68A1F Buttercup

📋 copy color: '#D68A1F'

red 214 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #D68A1F

Tints of Buttercup #D68A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

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

R = 55.87%
G = 36.03%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D68A1F (or 0xD68A1F) is known color: Buttercup. HEX triplet: D6, 8A and 1F. RGB value is (214,138,31). Sum of RGB (Red+Green+Blue) = 214+138+31=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A1F is #2975E0. Grayscale: #959595. Windows color (decimal): -2717153 or 2067158. OLE color: 2067158.

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

Color convert

RGB 214 138 31 -
CMYK 0 0.36 0.86 0.16
HSL 35.08º 0.75% 0.48% -
HSV(B) 35.08º 0.86% 0.84% -
XYZ 37.07 32.57 5.63 -
YUV 148.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 214 138 31 0 0.36 0.86 0.16 35.08 0.75 0.48
Hex D6 8A 1F 0 24 56 10 23 4B 30
Octal 326 212 37 0 44 126 20 43 113 60
Binary 11010110 10001010 11111 0 100100 1010110 10000 100011 1001011 110000

Color Harmonies of #D68A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A1F

Black with #D68A1F

Text Example


Text Example

White with #D68A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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