Html Css Color HEX #D28E05 Gamboge

📋 copy color: '#D28E05'

red 210 ◦ green 142 ◦ blue 5

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

Shades of Gamboge #D28E05

Tints of Gamboge #D28E05

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 58.82%
G = 39.78%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D28E05 (or 0xD28E05) is known color: Gamboge. HEX triplet: D2, 8E and 05. RGB value is (210,142,5). Sum of RGB (Red+Green+Blue) = 210+142+5=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28E05 is #2D71FA. Grayscale: #939393. Windows color (decimal): -2978299 or 364242. OLE color: 364242.

HSL color Cylindrical-coordinate representation of color #D28E05: hue angle of 40.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D28E05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 5 -
CMYK 0 0.32 0.98 0.18
HSL 40.1º 0.95% 0.42% -
HSV(B) 40.1º 0.98% 0.82% -
XYZ 36.28 33.06 4.61 -
YUV 146.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 210 142 5 0 0.32 0.98 0.18 40.1 0.95 0.42
Hex D2 8E 5 0 20 62 12 28 5F 2A
Octal 322 216 5 0 40 142 22 50 137 52
Binary 11010010 10001110 101 0 100000 1100010 10010 101000 1011111 101010

Color Harmonies of #D28E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E05

Black with #D28E05

Text Example


Text Example

White with #D28E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E05; }

 p { color: rgb(210,142,5); }

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

background-color css

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

 a { background-color: rgb(210,142,5); }

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

border-color css

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

 span { border-color: rgb(210,142,5); }

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