Html Css Color HEX #D99230 Buttercup

📋 copy color: '#D99230'

red 217 ◦ green 146 ◦ blue 48

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

Shades of Buttercup #D99230

Tints of Buttercup #D99230

RGB

 RED value IS 217 (85.16% from 255) = 52.8%

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

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 52.8%
G = 35.52%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D99230 (or 0xD99230) is known color: Buttercup. HEX triplet: D9, 92 and 30. RGB value is (217,146,48). Sum of RGB (Red+Green+Blue) = 217+146+48=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D99230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99230 is #266DCF. Grayscale: #9C9C9C. Windows color (decimal): -2518480 or 3183321. OLE color: 3183321.

HSL color Cylindrical-coordinate representation of color #D99230: hue angle of 34.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D99230 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 48 -
CMYK 0 0.33 0.78 0.15
HSL 34.79º 0.69% 0.52% -
HSV(B) 34.79º 0.78% 0.85% -
XYZ 39.43 35.52 7.57 -
YUV 156.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 217 146 48 0 0.33 0.78 0.15 34.79 0.69 0.52
Hex D9 92 30 0 21 4E F 23 45 34
Octal 331 222 60 0 41 116 17 43 105 64
Binary 11011001 10010010 110000 0 100001 1001110 1111 100011 1000101 110100

Color Harmonies of #D99230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99230

Black with #D99230

Text Example


Text Example

White with #D99230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99230; }

 p { color: rgb(217,146,48); }

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

background-color css

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

 a { background-color: rgb(217,146,48); }

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

border-color css

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

 span { border-color: rgb(217,146,48); }

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