Html Css Color HEX #D29E2F Buttercup

📋 copy color: '#D29E2F'

red 210 ◦ green 158 ◦ blue 47

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

Shades of Buttercup #D29E2F

Tints of Buttercup #D29E2F

RGB

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

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

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

R = 50.6%
G = 38.07%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D29E2F (or 0xD29E2F) is known color: Buttercup. HEX triplet: D2, 9E and 2F. RGB value is (210,158,47). Sum of RGB (Red+Green+Blue) = 210+158+47=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E2F is #2D61D0. Grayscale: #A1A1A1. Windows color (decimal): -2974161 or 3120850. OLE color: 3120850.

HSL color Cylindrical-coordinate representation of color #D29E2F: hue angle of 40.86º degrees, saturation: 0.64, 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 #D29E2F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 47 -
CMYK 0 0.25 0.78 0.18
HSL 40.86º 0.64% 0.5% -
HSV(B) 40.86º 0.78% 0.82% -
XYZ 39.32 38.36 8.02 -
YUV 160.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 210 158 47 0 0.25 0.78 0.18 40.86 0.64 0.5
Hex D2 9E 2F 0 19 4E 12 29 40 32
Octal 322 236 57 0 31 116 22 51 100 62
Binary 11010010 10011110 101111 0 11001 1001110 10010 101001 1000000 110010

Color Harmonies of #D29E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E2F

Black with #D29E2F

Text Example


Text Example

White with #D29E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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