Html Css Color HEX #D09225 Buttercup

📋 copy color: '#D09225'

red 208 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #D09225

Tints of Buttercup #D09225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

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

R = 53.2%
G = 37.34%
B = 9.46%

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

#D09225 (or 0xD09225) is known color: Buttercup. HEX triplet: D0, 92 and 25. RGB value is (208,146,37). Sum of RGB (Red+Green+Blue) = 208+146+37=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D09225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09225 is #2F6DDA. Grayscale: #989898. Windows color (decimal): -3108315 or 2462416. OLE color: 2462416.

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

Color convert

RGB 208 146 37 -
CMYK 0 0.30 0.82 0.18
HSL 38.25º 0.7% 0.48% -
HSV(B) 38.25º 0.82% 0.82% -
XYZ 36.63 34.1 6.4 -
YUV 152.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 208 146 37 0 0.30 0.82 0.18 38.25 0.7 0.48
Hex D0 92 25 0 1E 52 12 26 46 30
Octal 320 222 45 0 36 122 22 46 106 60
Binary 11010000 10010010 100101 0 11110 1010010 10010 100110 1000110 110000

Color Harmonies of #D09225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09225

Black with #D09225

Text Example


Text Example

White with #D09225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09225; }

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

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

background-color css

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

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

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

border-color css

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

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

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