Html Css Color HEX #D29116 Buttercup

📋 copy color: '#D29116'

red 210 ◦ green 145 ◦ blue 22

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

Shades of Buttercup #D29116

Tints of Buttercup #D29116

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 55.7%
G = 38.46%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D29116 (or 0xD29116) is known color: Buttercup. HEX triplet: D2, 91 and 16. RGB value is (210,145,22). Sum of RGB (Red+Green+Blue) = 210+145+22=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29116 is #2D6EE9. Grayscale: #969696. Windows color (decimal): -2977514 or 1479122. OLE color: 1479122.

HSL color Cylindrical-coordinate representation of color #D29116: hue angle of 39.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29116 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 22 -
CMYK 0 0.31 0.90 0.18
HSL 39.26º 0.81% 0.45% -
HSV(B) 39.26º 0.9% 0.82% -
XYZ 36.85 34.01 5.38 -
YUV 150.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 210 145 22 0 0.31 0.90 0.18 39.26 0.81 0.45
Hex D2 91 16 0 1F 5A 12 27 51 2D
Octal 322 221 26 0 37 132 22 47 121 55
Binary 11010010 10010001 10110 0 11111 1011010 10010 100111 1010001 101101

Color Harmonies of #D29116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29116

Black with #D29116

Text Example


Text Example

White with #D29116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29116; }

 p { color: rgb(210,145,22); }

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

background-color css

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

 a { background-color: rgb(210,145,22); }

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

border-color css

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

 span { border-color: rgb(210,145,22); }

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