Html Css Color HEX #D68A1E Buttercup

📋 copy color: '#D68A1E'

red 214 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #D68A1E

Tints of Buttercup #D68A1E

RGB

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

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

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

R = 56.02%
G = 36.13%
B = 7.85%

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

#D68A1E (or 0xD68A1E) is known color: Buttercup. HEX triplet: D6, 8A and 1E. RGB value is (214,138,30). Sum of RGB (Red+Green+Blue) = 214+138+30=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A1E is #2975E1. Grayscale: #949494. Windows color (decimal): -2717154 or 2001622. OLE color: 2001622.

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

Color convert

RGB 214 138 30 -
CMYK 0 0.36 0.86 0.16
HSL 35.22º 0.75% 0.48% -
HSV(B) 35.22º 0.86% 0.84% -
XYZ 37.05 32.57 5.56 -
YUV 148.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 214 138 30 0 0.36 0.86 0.16 35.22 0.75 0.48
Hex D6 8A 1E 0 24 56 10 23 4B 30
Octal 326 212 36 0 44 126 20 43 113 60
Binary 11010110 10001010 11110 0 100100 1010110 10000 100011 1001011 110000

Color Harmonies of #D68A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A1E

Black with #D68A1E

Text Example


Text Example

White with #D68A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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