Html Css Color HEX #D69126 Buttercup

📋 copy color: '#D69126'

red 214 ◦ green 145 ◦ blue 38

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

Shades of Buttercup #D69126

Tints of Buttercup #D69126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 53.9%
G = 36.52%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69126 (or 0xD69126) is known color: Buttercup. HEX triplet: D6, 91 and 26. RGB value is (214,145,38). Sum of RGB (Red+Green+Blue) = 214+145+38=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D69126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69126 is #296ED9. Grayscale: #999999. Windows color (decimal): -2715354 or 2527702. OLE color: 2527702.

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

Color convert

RGB 214 145 38 -
CMYK 0 0.32 0.82 0.16
HSL 36.48º 0.7% 0.49% -
HSV(B) 36.48º 0.82% 0.84% -
XYZ 38.21 34.69 6.52 -
YUV 153.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 214 145 38 0 0.32 0.82 0.16 36.48 0.7 0.49
Hex D6 91 26 0 20 52 10 24 46 31
Octal 326 221 46 0 40 122 20 44 106 61
Binary 11010110 10010001 100110 0 100000 1010010 10000 100100 1000110 110001

Color Harmonies of #D69126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69126

Black with #D69126

Text Example


Text Example

White with #D69126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69126; }

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

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

background-color css

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

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

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

border-color css

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

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

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