Html Css Color HEX #D69119 Buttercup

📋 copy color: '#D69119'

red 214 ◦ green 145 ◦ blue 25

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

Shades of Buttercup #D69119

Tints of Buttercup #D69119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 55.73%
G = 37.76%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69119 (or 0xD69119) is known color: Buttercup. HEX triplet: D6, 91 and 19. RGB value is (214,145,25). Sum of RGB (Red+Green+Blue) = 214+145+25=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D69119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69119 is #296EE6. Grayscale: #989898. Windows color (decimal): -2715367 or 1675734. OLE color: 1675734.

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

Color convert

RGB 214 145 25 -
CMYK 0 0.32 0.88 0.16
HSL 38.1º 0.79% 0.47% -
HSV(B) 38.1º 0.88% 0.84% -
XYZ 38.03 34.62 5.6 -
YUV 151.95 56.36 172.26 -
System Red Green Blue C M Y K H S L
Decimal 214 145 25 0 0.32 0.88 0.16 38.1 0.79 0.47
Hex D6 91 19 0 20 58 10 26 4F 2F
Octal 326 221 31 0 40 130 20 46 117 57
Binary 11010110 10010001 11001 0 100000 1011000 10000 100110 1001111 101111

Color Harmonies of #D69119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69119

Black with #D69119

Text Example


Text Example

White with #D69119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69119; }

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

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

background-color css

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

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

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

border-color css

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

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

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