Html Css Color HEX #D68825 Buttercup

📋 copy color: '#D68825'

red 214 ◦ green 136 ◦ blue 37

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

Shades of Buttercup #D68825

Tints of Buttercup #D68825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 55.3%
G = 35.14%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68825 (or 0xD68825) is known color: Buttercup. HEX triplet: D6, 88 and 25. RGB value is (214,136,37). Sum of RGB (Red+Green+Blue) = 214+136+37=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D68825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68825 is #2977DA. Grayscale: #949494. Windows color (decimal): -2717659 or 2459862. OLE color: 2459862.

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

Color convert

RGB 214 136 37 -
CMYK 0 0.36 0.83 0.16
HSL 33.56º 0.71% 0.49% -
HSV(B) 33.56º 0.83% 0.84% -
XYZ 36.87 32.04 5.99 -
YUV 148.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 214 136 37 0 0.36 0.83 0.16 33.56 0.71 0.49
Hex D6 88 25 0 24 53 10 22 47 31
Octal 326 210 45 0 44 123 20 42 107 61
Binary 11010110 10001000 100101 0 100100 1010011 10000 100010 1000111 110001

Color Harmonies of #D68825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68825

Black with #D68825

Text Example


Text Example

White with #D68825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68825; }

 p { color: rgb(214,136,37); }

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

background-color css

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

 a { background-color: rgb(214,136,37); }

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

border-color css

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

 span { border-color: rgb(214,136,37); }

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