Html Css Color HEX #D29B2E Buttercup

📋 copy color: '#D29B2E'

red 210 ◦ green 155 ◦ blue 46

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

Shades of Buttercup #D29B2E

Tints of Buttercup #D29B2E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 51.09%
G = 37.71%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D29B2E (or 0xD29B2E) is known color: Buttercup. HEX triplet: D2, 9B and 2E. RGB value is (210,155,46). Sum of RGB (Red+Green+Blue) = 210+155+46=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29B2E is #2D64D1. Grayscale: #9F9F9F. Windows color (decimal): -2974930 or 3054546. OLE color: 3054546.

HSL color Cylindrical-coordinate representation of color #D29B2E: hue angle of 39.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D29B2E is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 155 46 -
CMYK 0 0.26 0.78 0.18
HSL 39.88º 0.65% 0.5% -
HSV(B) 39.88º 0.78% 0.82% -
XYZ 38.79 37.34 7.75 -
YUV 159.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 210 155 46 0 0.26 0.78 0.18 39.88 0.65 0.5
Hex D2 9B 2E 0 1A 4E 12 28 41 32
Octal 322 233 56 0 32 116 22 50 101 62
Binary 11010010 10011011 101110 0 11010 1001110 10010 101000 1000001 110010

Color Harmonies of #D29B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B2E

Black with #D29B2E

Text Example


Text Example

White with #D29B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B2E; }

 p { color: rgb(210,155,46); }

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

background-color css

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

 a { background-color: rgb(210,155,46); }

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

border-color css

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

 span { border-color: rgb(210,155,46); }

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