Html Css Color HEX #D09525 Buttercup

📋 copy color: '#D09525'

red 208 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #D09525

Tints of Buttercup #D09525

RGB

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

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

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

R = 52.79%
G = 37.82%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D09525 (or 0xD09525) is known color: Buttercup. HEX triplet: D0, 95 and 25. RGB value is (208,149,37). Sum of RGB (Red+Green+Blue) = 208+149+37=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D09525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09525 is #2F6ADA. Grayscale: #9A9A9A. Windows color (decimal): -3107547 or 2463184. OLE color: 2463184.

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

Color convert

RGB 208 149 37 -
CMYK 0 0.28 0.82 0.18
HSL 39.3º 0.7% 0.48% -
HSV(B) 39.3º 0.82% 0.82% -
XYZ 37.09 35.04 6.56 -
YUV 153.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 208 149 37 0 0.28 0.82 0.18 39.3 0.7 0.48
Hex D0 95 25 0 1C 52 12 27 46 30
Octal 320 225 45 0 34 122 22 47 106 60
Binary 11010000 10010101 100101 0 11100 1010010 10010 100111 1000110 110000

Color Harmonies of #D09525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09525

Black with #D09525

Text Example


Text Example

White with #D09525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09525; }

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

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

background-color css

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

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

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

border-color css

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

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

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