Html Css Color HEX #D69519 Buttercup

📋 copy color: '#D69519'

red 214 ◦ green 149 ◦ blue 25

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

Shades of Buttercup #D69519

Tints of Buttercup #D69519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 55.15%
G = 38.4%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69519 (or 0xD69519) is known color: Buttercup. HEX triplet: D6, 95 and 19. RGB value is (214,149,25). Sum of RGB (Red+Green+Blue) = 214+149+25=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D69519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69519 is #296AE6. Grayscale: #9A9A9A. Windows color (decimal): -2714343 or 1676758. OLE color: 1676758.

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

Color convert

RGB 214 149 25 -
CMYK 0 0.30 0.88 0.16
HSL 39.37º 0.79% 0.47% -
HSV(B) 39.37º 0.88% 0.84% -
XYZ 38.65 35.86 5.8 -
YUV 154.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 214 149 25 0 0.30 0.88 0.16 39.37 0.79 0.47
Hex D6 95 19 0 1E 58 10 27 4F 2F
Octal 326 225 31 0 36 130 20 47 117 57
Binary 11010110 10010101 11001 0 11110 1011000 10000 100111 1001111 101111

Color Harmonies of #D69519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69519

Black with #D69519

Text Example


Text Example

White with #D69519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69519; }

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

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

background-color css

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

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

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

border-color css

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

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

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