Html Css Color HEX #D28A1A Buttercup

📋 copy color: '#D28A1A'

red 210 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #D28A1A

Tints of Buttercup #D28A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 56.15%
G = 36.9%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28A1A (or 0xD28A1A) is known color: Buttercup. HEX triplet: D2, 8A and 1A. RGB value is (210,138,26). Sum of RGB (Red+Green+Blue) = 210+138+26=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A1A is #2D75E5. Grayscale: #939393. Windows color (decimal): -2979302 or 1739474. OLE color: 1739474.

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

Color convert

RGB 210 138 26 -
CMYK 0 0.34 0.88 0.18
HSL 36.52º 0.78% 0.46% -
HSV(B) 36.52º 0.88% 0.82% -
XYZ 35.85 31.95 5.26 -
YUV 146.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 210 138 26 0 0.34 0.88 0.18 36.52 0.78 0.46
Hex D2 8A 1A 0 22 58 12 25 4E 2E
Octal 322 212 32 0 42 130 22 45 116 56
Binary 11010010 10001010 11010 0 100010 1011000 10010 100101 1001110 101110

Color Harmonies of #D28A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A1A

Black with #D28A1A

Text Example


Text Example

White with #D28A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A1A; }

 p { color: rgb(210,138,26); }

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

background-color css

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

 a { background-color: rgb(210,138,26); }

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

border-color css

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

 span { border-color: rgb(210,138,26); }

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