Html Css Color HEX #D69326 Buttercup

📋 copy color: '#D69326'

red 214 ◦ green 147 ◦ blue 38

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

Shades of Buttercup #D69326

Tints of Buttercup #D69326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 53.63%
G = 36.84%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69326 (or 0xD69326) is known color: Buttercup. HEX triplet: D6, 93 and 26. RGB value is (214,147,38). Sum of RGB (Red+Green+Blue) = 214+147+38=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D69326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69326 is #296CD9. Grayscale: #9B9B9B. Windows color (decimal): -2714842 or 2528214. OLE color: 2528214.

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

Color convert

RGB 214 147 38 -
CMYK 0 0.31 0.82 0.16
HSL 37.16º 0.7% 0.49% -
HSV(B) 37.16º 0.82% 0.84% -
XYZ 38.52 35.3 6.62 -
YUV 154.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 214 147 38 0 0.31 0.82 0.16 37.16 0.7 0.49
Hex D6 93 26 0 1F 52 10 25 46 31
Octal 326 223 46 0 37 122 20 45 106 61
Binary 11010110 10010011 100110 0 11111 1010010 10000 100101 1000110 110001

Color Harmonies of #D69326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69326

Black with #D69326

Text Example


Text Example

White with #D69326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69326; }

 p { color: rgb(214,147,38); }

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

background-color css

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

 a { background-color: rgb(214,147,38); }

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

border-color css

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

 span { border-color: rgb(214,147,38); }

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