Html Css Color HEX #D9942F Buttercup

📋 copy color: '#D9942F'

red 217 ◦ green 148 ◦ blue 47

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

Shades of Buttercup #D9942F

Tints of Buttercup #D9942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 52.67%
G = 35.92%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9942F (or 0xD9942F) is known color: Buttercup. HEX triplet: D9, 94 and 2F. RGB value is (217,148,47). Sum of RGB (Red+Green+Blue) = 217+148+47=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9942F is #266BD0. Grayscale: #9D9D9D. Windows color (decimal): -2517969 or 3118297. OLE color: 3118297.

HSL color Cylindrical-coordinate representation of color #D9942F: hue angle of 35.65º 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 #D9942F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 47 -
CMYK 0 0.32 0.78 0.15
HSL 35.65º 0.69% 0.52% -
HSV(B) 35.65º 0.78% 0.85% -
XYZ 39.72 36.14 7.57 -
YUV 157.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 217 148 47 0 0.32 0.78 0.15 35.65 0.69 0.52
Hex D9 94 2F 0 20 4E F 24 45 34
Octal 331 224 57 0 40 116 17 44 105 64
Binary 11011001 10010100 101111 0 100000 1001110 1111 100100 1000101 110100

Color Harmonies of #D9942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9942F

Black with #D9942F

Text Example


Text Example

White with #D9942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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