Html Css Color HEX #D68922 Buttercup

📋 copy color: '#D68922'

red 214 ◦ green 137 ◦ blue 34

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

Shades of Buttercup #D68922

Tints of Buttercup #D68922

RGB

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

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

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

R = 55.58%
G = 35.58%
B = 8.83%

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

#D68922 (or 0xD68922) is known color: Buttercup. HEX triplet: D6, 89 and 22. RGB value is (214,137,34). Sum of RGB (Red+Green+Blue) = 214+137+34=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68922 is #2976DD. Grayscale: #949494. Windows color (decimal): -2717406 or 2263510. OLE color: 2263510.

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

Color convert

RGB 214 137 34 -
CMYK 0 0.36 0.84 0.16
HSL 34.33º 0.73% 0.49% -
HSV(B) 34.33º 0.84% 0.84% -
XYZ 36.97 32.3 5.8 -
YUV 148.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 214 137 34 0 0.36 0.84 0.16 34.33 0.73 0.49
Hex D6 89 22 0 24 54 10 22 49 31
Octal 326 211 42 0 44 124 20 42 111 61
Binary 11010110 10001001 100010 0 100100 1010100 10000 100010 1001001 110001

Color Harmonies of #D68922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68922

Black with #D68922

Text Example


Text Example

White with #D68922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68922; }

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

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

background-color css

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

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

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

border-color css

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

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

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