Html Css Color HEX #D68A22 Buttercup

📋 copy color: '#D68A22'

red 214 ◦ green 138 ◦ blue 34

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

Shades of Buttercup #D68A22

Tints of Buttercup #D68A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.81%

R = 55.44%
G = 35.75%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68A22 (or 0xD68A22) is known color: Buttercup. HEX triplet: D6, 8A and 22. RGB value is (214,138,34). Sum of RGB (Red+Green+Blue) = 214+138+34=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A22 is #2975DD. Grayscale: #959595. Windows color (decimal): -2717150 or 2263766. OLE color: 2263766.

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

Color convert

RGB 214 138 34 -
CMYK 0 0.36 0.84 0.16
HSL 34.67º 0.73% 0.49% -
HSV(B) 34.67º 0.84% 0.84% -
XYZ 37.11 32.59 5.85 -
YUV 148.87 63.18 174.46 -
System Red Green Blue C M Y K H S L
Decimal 214 138 34 0 0.36 0.84 0.16 34.67 0.73 0.49
Hex D6 8A 22 0 24 54 10 23 49 31
Octal 326 212 42 0 44 124 20 43 111 61
Binary 11010110 10001010 100010 0 100100 1010100 10000 100011 1001001 110001

Color Harmonies of #D68A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A22

Black with #D68A22

Text Example


Text Example

White with #D68A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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