Html Css Color HEX #D69319 Buttercup

📋 copy color: '#D69319'

red 214 ◦ green 147 ◦ blue 25

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

Shades of Buttercup #D69319

Tints of Buttercup #D69319

RGB

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

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

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

R = 55.44%
G = 38.08%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69319 (or 0xD69319) is known color: Buttercup. HEX triplet: D6, 93 and 19. RGB value is (214,147,25). Sum of RGB (Red+Green+Blue) = 214+147+25=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D69319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69319 is #296CE6. Grayscale: #999999. Windows color (decimal): -2714855 or 1676246. OLE color: 1676246.

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

Color convert

RGB 214 147 25 -
CMYK 0 0.31 0.88 0.16
HSL 38.73º 0.79% 0.47% -
HSV(B) 38.73º 0.88% 0.84% -
XYZ 38.34 35.23 5.7 -
YUV 153.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 214 147 25 0 0.31 0.88 0.16 38.73 0.79 0.47
Hex D6 93 19 0 1F 58 10 27 4F 2F
Octal 326 223 31 0 37 130 20 47 117 57
Binary 11010110 10010011 11001 0 11111 1011000 10000 100111 1001111 101111

Color Harmonies of #D69319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69319

Black with #D69319

Text Example


Text Example

White with #D69319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69319; }

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

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

background-color css

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

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

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

border-color css

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

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

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