Html Css Color HEX #D69D31 Buttercup

📋 copy color: '#D69D31'

red 214 ◦ green 157 ◦ blue 49

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

Shades of Buttercup #D69D31

Tints of Buttercup #D69D31

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

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

R = 50.95%
G = 37.38%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69D31 (or 0xD69D31) is known color: Buttercup. HEX triplet: D6, 9D and 31. RGB value is (214,157,49). Sum of RGB (Red+Green+Blue) = 214+157+49=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D31 is #2962CE. Grayscale: #A2A2A2. Windows color (decimal): -2712271 or 3251670. OLE color: 3251670.

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

Color convert

RGB 214 157 49 -
CMYK 0 0.27 0.77 0.16
HSL 39.27º 0.67% 0.52% -
HSV(B) 39.27º 0.77% 0.84% -
XYZ 40.34 38.63 8.24 -
YUV 161.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 214 157 49 0 0.27 0.77 0.16 39.27 0.67 0.52
Hex D6 9D 31 0 1B 4D 10 27 43 34
Octal 326 235 61 0 33 115 20 47 103 64
Binary 11010110 10011101 110001 0 11011 1001101 10000 100111 1000011 110100

Color Harmonies of #D69D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D31

Black with #D69D31

Text Example


Text Example

White with #D69D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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