Html Css Color HEX #D69831 Buttercup

📋 copy color: '#D69831'

red 214 ◦ green 152 ◦ blue 49

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

Shades of Buttercup #D69831

Tints of Buttercup #D69831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 51.57%
G = 36.63%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69831 (or 0xD69831) is known color: Buttercup. HEX triplet: D6, 98 and 31. RGB value is (214,152,49). Sum of RGB (Red+Green+Blue) = 214+152+49=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69831 is #2967CE. Grayscale: #9F9F9F. Windows color (decimal): -2713551 or 3250390. OLE color: 3250390.

HSL color Cylindrical-coordinate representation of color #D69831: hue angle of 37.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D69831 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 49 -
CMYK 0 0.29 0.77 0.16
HSL 37.45º 0.67% 0.52% -
HSV(B) 37.45º 0.77% 0.84% -
XYZ 39.51 36.97 7.96 -
YUV 158.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 214 152 49 0 0.29 0.77 0.16 37.45 0.67 0.52
Hex D6 98 31 0 1D 4D 10 25 43 34
Octal 326 230 61 0 35 115 20 45 103 64
Binary 11010110 10011000 110001 0 11101 1001101 10000 100101 1000011 110100

Color Harmonies of #D69831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69831

Black with #D69831

Text Example


Text Example

White with #D69831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69831; }

 p { color: rgb(214,152,49); }

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

background-color css

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

 a { background-color: rgb(214,152,49); }

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

border-color css

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

 span { border-color: rgb(214,152,49); }

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