Html Css Color HEX #D29421 Buttercup

📋 copy color: '#D29421'

red 210 ◦ green 148 ◦ blue 33

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

Shades of Buttercup #D29421

Tints of Buttercup #D29421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 53.71%
G = 37.85%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D29421 (or 0xD29421) is known color: Buttercup. HEX triplet: D2, 94 and 21. RGB value is (210,148,33). Sum of RGB (Red+Green+Blue) = 210+148+33=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D29421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29421 is #2D6BDE. Grayscale: #999999. Windows color (decimal): -2976735 or 2200786. OLE color: 2200786.

HSL color Cylindrical-coordinate representation of color #D29421: hue angle of 38.98º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D29421 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 33 -
CMYK 0 0.30 0.84 0.18
HSL 38.98º 0.73% 0.48% -
HSV(B) 38.98º 0.84% 0.82% -
XYZ 37.44 34.99 6.22 -
YUV 153.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 210 148 33 0 0.30 0.84 0.18 38.98 0.73 0.48
Hex D2 94 21 0 1E 54 12 27 49 30
Octal 322 224 41 0 36 124 22 47 111 60
Binary 11010010 10010100 100001 0 11110 1010100 10010 100111 1001001 110000

Color Harmonies of #D29421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29421

Black with #D29421

Text Example


Text Example

White with #D29421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29421; }

 p { color: rgb(210,148,33); }

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

background-color css

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

 a { background-color: rgb(210,148,33); }

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

border-color css

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

 span { border-color: rgb(210,148,33); }

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