Html Css Color HEX #D29C2F Buttercup

📋 copy color: '#D29C2F'

red 210 ◦ green 156 ◦ blue 47

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

Shades of Buttercup #D29C2F

Tints of Buttercup #D29C2F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 50.85%
G = 37.77%
B = 11.38%

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

#D29C2F (or 0xD29C2F) is known color: Buttercup. HEX triplet: D2, 9C and 2F. RGB value is (210,156,47). Sum of RGB (Red+Green+Blue) = 210+156+47=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C2F is #2D63D0. Grayscale: #A0A0A0. Windows color (decimal): -2974673 or 3120338. OLE color: 3120338.

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

Color convert

RGB 210 156 47 -
CMYK 0 0.26 0.78 0.18
HSL 40.12º 0.64% 0.5% -
HSV(B) 40.12º 0.78% 0.82% -
XYZ 38.98 37.68 7.91 -
YUV 159.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 210 156 47 0 0.26 0.78 0.18 40.12 0.64 0.5
Hex D2 9C 2F 0 1A 4E 12 28 40 32
Octal 322 234 57 0 32 116 22 50 100 62
Binary 11010010 10011100 101111 0 11010 1001110 10010 101000 1000000 110010

Color Harmonies of #D29C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C2F

Black with #D29C2F

Text Example


Text Example

White with #D29C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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