Html Css Color HEX #D69C31 Buttercup

📋 copy color: '#D69C31'

red 214 ◦ green 156 ◦ blue 49

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

Shades of Buttercup #D69C31

Tints of Buttercup #D69C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

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

R = 51.07%
G = 37.23%
B = 11.69%

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

#D69C31 (or 0xD69C31) is known color: Buttercup. HEX triplet: D6, 9C and 31. RGB value is (214,156,49). Sum of RGB (Red+Green+Blue) = 214+156+49=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C31 is #2963CE. Grayscale: #A1A1A1. Windows color (decimal): -2712527 or 3251414. OLE color: 3251414.

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

Color convert

RGB 214 156 49 -
CMYK 0 0.27 0.77 0.16
HSL 38.91º 0.67% 0.52% -
HSV(B) 38.91º 0.77% 0.84% -
XYZ 40.17 38.29 8.18 -
YUV 161.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 214 156 49 0 0.27 0.77 0.16 38.91 0.67 0.52
Hex D6 9C 31 0 1B 4D 10 27 43 34
Octal 326 234 61 0 33 115 20 47 103 64
Binary 11010110 10011100 110001 0 11011 1001101 10000 100111 1000011 110100

Color Harmonies of #D69C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C31

Black with #D69C31

Text Example


Text Example

White with #D69C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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