Html Css Color HEX #D29428 Buttercup

📋 copy color: '#D29428'

red 210 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #D29428

Tints of Buttercup #D29428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 52.76%
G = 37.19%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D29428 (or 0xD29428) is known color: Buttercup. HEX triplet: D2, 94 and 28. RGB value is (210,148,40). Sum of RGB (Red+Green+Blue) = 210+148+40=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D29428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29428 is #2D6BD7. Grayscale: #9A9A9A. Windows color (decimal): -2976728 or 2659538. OLE color: 2659538.

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

Color convert

RGB 210 148 40 -
CMYK 0 0.30 0.81 0.18
HSL 38.12º 0.68% 0.49% -
HSV(B) 38.12º 0.81% 0.82% -
XYZ 37.55 35.03 6.79 -
YUV 154.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 210 148 40 0 0.30 0.81 0.18 38.12 0.68 0.49
Hex D2 94 28 0 1E 51 12 26 44 31
Octal 322 224 50 0 36 121 22 46 104 61
Binary 11010010 10010100 101000 0 11110 1010001 10010 100110 1000100 110001

Color Harmonies of #D29428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29428

Black with #D29428

Text Example


Text Example

White with #D29428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29428; }

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

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

background-color css

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

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

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

border-color css

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

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

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