Html Css Color HEX #D29E30 Buttercup

📋 copy color: '#D29E30'

red 210 ◦ green 158 ◦ blue 48

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

Shades of Buttercup #D29E30

Tints of Buttercup #D29E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 50.48%
G = 37.98%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D29E30 (or 0xD29E30) is known color: Buttercup. HEX triplet: D2, 9E and 30. RGB value is (210,158,48). Sum of RGB (Red+Green+Blue) = 210+158+48=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E30 is #2D61CF. Grayscale: #A1A1A1. Windows color (decimal): -2974160 or 3186386. OLE color: 3186386.

HSL color Cylindrical-coordinate representation of color #D29E30: hue angle of 40.74º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D29E30 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 48 -
CMYK 0 0.25 0.77 0.18
HSL 40.74º 0.64% 0.51% -
HSV(B) 40.74º 0.77% 0.82% -
XYZ 39.34 38.37 8.13 -
YUV 161.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 210 158 48 0 0.25 0.77 0.18 40.74 0.64 0.51
Hex D2 9E 30 0 19 4D 12 29 40 33
Octal 322 236 60 0 31 115 22 51 100 63
Binary 11010010 10011110 110000 0 11001 1001101 10010 101001 1000000 110011

Color Harmonies of #D29E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E30

Black with #D29E30

Text Example


Text Example

White with #D29E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E30; }

 p { color: rgb(210,158,48); }

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

background-color css

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

 a { background-color: rgb(210,158,48); }

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

border-color css

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

 span { border-color: rgb(210,158,48); }

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