Html Css Color HEX #D68920 Buttercup

📋 copy color: '#D68920'

red 214 ◦ green 137 ◦ blue 32

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

Shades of Buttercup #D68920

Tints of Buttercup #D68920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 55.87%
G = 35.77%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D68920 (or 0xD68920) is known color: Buttercup. HEX triplet: D6, 89 and 20. RGB value is (214,137,32). Sum of RGB (Red+Green+Blue) = 214+137+32=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68920 is #2976DF. Grayscale: #949494. Windows color (decimal): -2717408 or 2132438. OLE color: 2132438.

HSL color Cylindrical-coordinate representation of color #D68920: hue angle of 34.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D68920 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 32 -
CMYK 0 0.36 0.85 0.16
HSL 34.62º 0.74% 0.48% -
HSV(B) 34.62º 0.85% 0.84% -
XYZ 36.94 32.29 5.65 -
YUV 148.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 214 137 32 0 0.36 0.85 0.16 34.62 0.74 0.48
Hex D6 89 20 0 24 55 10 23 4A 30
Octal 326 211 40 0 44 125 20 43 112 60
Binary 11010110 10001001 100000 0 100100 1010101 10000 100011 1001010 110000

Color Harmonies of #D68920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68920

Black with #D68920

Text Example


Text Example

White with #D68920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68920; }

 p { color: rgb(214,137,32); }

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

background-color css

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

 a { background-color: rgb(214,137,32); }

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

border-color css

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

 span { border-color: rgb(214,137,32); }

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