Html Css Color HEX #D69127 Buttercup

📋 copy color: '#D69127'

red 214 ◦ green 145 ◦ blue 39

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

Shades of Buttercup #D69127

Tints of Buttercup #D69127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 53.77%
G = 36.43%
B = 9.8%

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

#D69127 (or 0xD69127) is known color: Buttercup. HEX triplet: D6, 91 and 27. RGB value is (214,145,39). Sum of RGB (Red+Green+Blue) = 214+145+39=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69127 is #296ED8. Grayscale: #9A9A9A. Windows color (decimal): -2715353 or 2593238. OLE color: 2593238.

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

Color convert

RGB 214 145 39 -
CMYK 0 0.32 0.82 0.16
HSL 36.34º 0.69% 0.5% -
HSV(B) 36.34º 0.82% 0.84% -
XYZ 38.22 34.69 6.6 -
YUV 153.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 214 145 39 0 0.32 0.82 0.16 36.34 0.69 0.5
Hex D6 91 27 0 20 52 10 24 45 32
Octal 326 221 47 0 40 122 20 44 105 62
Binary 11010110 10010001 100111 0 100000 1010010 10000 100100 1000101 110010

Color Harmonies of #D69127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69127

Black with #D69127

Text Example


Text Example

White with #D69127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69127; }

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

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

background-color css

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

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

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

border-color css

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

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

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