Html Css Color HEX #D69A32 Buttercup

📋 copy color: '#D69A32'

red 214 ◦ green 154 ◦ blue 50

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

Shades of Buttercup #D69A32

Tints of Buttercup #D69A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 51.2%
G = 36.84%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69A32 (or 0xD69A32) is known color: Buttercup. HEX triplet: D6, 9A and 32. RGB value is (214,154,50). Sum of RGB (Red+Green+Blue) = 214+154+50=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A32 is #2965CD. Grayscale: #A0A0A0. Windows color (decimal): -2713038 or 3316438. OLE color: 3316438.

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

Color convert

RGB 214 154 50 -
CMYK 0 0.28 0.77 0.16
HSL 38.05º 0.67% 0.52% -
HSV(B) 38.05º 0.77% 0.84% -
XYZ 39.86 37.64 8.18 -
YUV 160.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 214 154 50 0 0.28 0.77 0.16 38.05 0.67 0.52
Hex D6 9A 32 0 1C 4D 10 26 43 34
Octal 326 232 62 0 34 115 20 46 103 64
Binary 11010110 10011010 110010 0 11100 1001101 10000 100110 1000011 110100

Color Harmonies of #D69A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A32

Black with #D69A32

Text Example


Text Example

White with #D69A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A32; }

 p { color: rgb(214,154,50); }

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

background-color css

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

 a { background-color: rgb(214,154,50); }

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

border-color css

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

 span { border-color: rgb(214,154,50); }

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