Html Css Color HEX #D09125 Buttercup

📋 copy color: '#D09125'

red 208 ◦ green 145 ◦ blue 37

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

Shades of Buttercup #D09125

Tints of Buttercup #D09125

RGB

 RED value IS 208 (81.64% from 255) = 53.33%

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

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 53.33%
G = 37.18%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D09125 (or 0xD09125) is known color: Buttercup. HEX triplet: D0, 91 and 25. RGB value is (208,145,37). Sum of RGB (Red+Green+Blue) = 208+145+37=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D09125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09125 is #2F6EDA. Grayscale: #989898. Windows color (decimal): -3108571 or 2462160. OLE color: 2462160.

HSL color Cylindrical-coordinate representation of color #D09125: hue angle of 37.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D09125 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 37 -
CMYK 0 0.30 0.82 0.18
HSL 37.89º 0.7% 0.48% -
HSV(B) 37.89º 0.82% 0.82% -
XYZ 36.47 33.79 6.35 -
YUV 151.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 208 145 37 0 0.30 0.82 0.18 37.89 0.7 0.48
Hex D0 91 25 0 1E 52 12 26 46 30
Octal 320 221 45 0 36 122 22 46 106 60
Binary 11010000 10010001 100101 0 11110 1010010 10010 100110 1000110 110000

Color Harmonies of #D09125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09125

Black with #D09125

Text Example


Text Example

White with #D09125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09125; }

 p { color: rgb(208,145,37); }

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

background-color css

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

 a { background-color: rgb(208,145,37); }

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

border-color css

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

 span { border-color: rgb(208,145,37); }

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