Html Css Color HEX #D68A21 Buttercup

📋 copy color: '#D68A21'

red 214 ◦ green 138 ◦ blue 33

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

Shades of Buttercup #D68A21

Tints of Buttercup #D68A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 55.58%
G = 35.84%
B = 8.57%

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

#D68A21 (or 0xD68A21) is known color: Buttercup. HEX triplet: D6, 8A and 21. RGB value is (214,138,33). Sum of RGB (Red+Green+Blue) = 214+138+33=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A21 is #2975DE. Grayscale: #959595. Windows color (decimal): -2717151 or 2198230. OLE color: 2198230.

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

Color convert

RGB 214 138 33 -
CMYK 0 0.36 0.85 0.16
HSL 34.81º 0.73% 0.48% -
HSV(B) 34.81º 0.85% 0.84% -
XYZ 37.09 32.58 5.77 -
YUV 148.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 214 138 33 0 0.36 0.85 0.16 34.81 0.73 0.48
Hex D6 8A 21 0 24 55 10 23 49 30
Octal 326 212 41 0 44 125 20 43 111 60
Binary 11010110 10001010 100001 0 100100 1010101 10000 100011 1001001 110000

Color Harmonies of #D68A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A21

Black with #D68A21

Text Example


Text Example

White with #D68A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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