Html Css Color HEX #D28908 Gamboge

📋 copy color: '#D28908'

red 210 ◦ green 137 ◦ blue 8

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

Shades of Gamboge #D28908

Tints of Gamboge #D28908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 59.15%
G = 38.59%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D28908 (or 0xD28908) is known color: Gamboge. HEX triplet: D2, 89 and 08. RGB value is (210,137,8). Sum of RGB (Red+Green+Blue) = 210+137+8=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D28908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28908 is #2D76F7. Grayscale: #909090. Windows color (decimal): -2979576 or 559570. OLE color: 559570.

HSL color Cylindrical-coordinate representation of color #D28908: hue angle of 38.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D28908 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 8 -
CMYK 0 0.35 0.96 0.18
HSL 38.32º 0.93% 0.43% -
HSV(B) 38.32º 0.96% 0.82% -
XYZ 35.57 31.61 4.46 -
YUV 144.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 210 137 8 0 0.35 0.96 0.18 38.32 0.93 0.43
Hex D2 89 8 0 23 60 12 26 5D 2B
Octal 322 211 10 0 43 140 22 46 135 53
Binary 11010010 10001001 1000 0 100011 1100000 10010 100110 1011101 101011

Color Harmonies of #D28908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28908

Black with #D28908

Text Example


Text Example

White with #D28908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28908; }

 p { color: rgb(210,137,8); }

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

background-color css

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

 a { background-color: rgb(210,137,8); }

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

border-color css

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

 span { border-color: rgb(210,137,8); }

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