Html Css Color HEX #D99422 Buttercup

📋 copy color: '#D99422'

red 217 ◦ green 148 ◦ blue 34

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

Shades of Buttercup #D99422

Tints of Buttercup #D99422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 54.39%
G = 37.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D99422 (or 0xD99422) is known color: Buttercup. HEX triplet: D9, 94 and 22. RGB value is (217,148,34). Sum of RGB (Red+Green+Blue) = 217+148+34=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D99422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99422 is #266BDD. Grayscale: #9C9C9C. Windows color (decimal): -2517982 or 2266329. OLE color: 2266329.

HSL color Cylindrical-coordinate representation of color #D99422: hue angle of 37.38º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D99422 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 34 -
CMYK 0 0.32 0.84 0.15
HSL 37.38º 0.73% 0.49% -
HSV(B) 37.38º 0.84% 0.85% -
XYZ 39.49 36.05 6.39 -
YUV 155.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 217 148 34 0 0.32 0.84 0.15 37.38 0.73 0.49
Hex D9 94 22 0 20 54 F 25 49 31
Octal 331 224 42 0 40 124 17 45 111 61
Binary 11011001 10010100 100010 0 100000 1010100 1111 100101 1001001 110001

Color Harmonies of #D99422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99422

Black with #D99422

Text Example


Text Example

White with #D99422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99422; }

 p { color: rgb(217,148,34); }

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

background-color css

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

 a { background-color: rgb(217,148,34); }

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

border-color css

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

 span { border-color: rgb(217,148,34); }

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