Html Css Color HEX #D28D02 Gamboge

📋 copy color: '#D28D02'

red 210 ◦ green 141 ◦ blue 2

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

Shades of Gamboge #D28D02

Tints of Gamboge #D28D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 59.49%
G = 39.94%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D28D02 (or 0xD28D02) is known color: Gamboge. HEX triplet: D2, 8D and 02. RGB value is (210,141,2). Sum of RGB (Red+Green+Blue) = 210+141+2=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28D02 is #2D72FD. Grayscale: #929292. Windows color (decimal): -2978558 or 167378. OLE color: 167378.

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

Color convert

RGB 210 141 2 -
CMYK 0 0.33 0.99 0.18
HSL 40.1º 0.98% 0.42% -
HSV(B) 40.1º 0.99% 0.82% -
XYZ 36.11 32.76 4.48 -
YUV 145.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 210 141 2 0 0.33 0.99 0.18 40.1 0.98 0.42
Hex D2 8D 2 0 21 63 12 28 62 2A
Octal 322 215 2 0 41 143 22 50 142 52
Binary 11010010 10001101 10 0 100001 1100011 10010 101000 1100010 101010

Color Harmonies of #D28D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D02

Black with #D28D02

Text Example


Text Example

White with #D28D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D02; }

 p { color: rgb(210,141,2); }

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

background-color css

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

 a { background-color: rgb(210,141,2); }

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

border-color css

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

 span { border-color: rgb(210,141,2); }

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