Html Css Color HEX #D68908 Gamboge

📋 copy color: '#D68908'

red 214 ◦ green 137 ◦ blue 8

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

Shades of Gamboge #D68908

Tints of Gamboge #D68908

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

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

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

R = 59.61%
G = 38.16%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68908 (or 0xD68908) is known color: Gamboge. HEX triplet: D6, 89 and 08. RGB value is (214,137,8). Sum of RGB (Red+Green+Blue) = 214+137+8=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D68908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68908 is #2976F7. Grayscale: #919191. Windows color (decimal): -2717432 or 559574. OLE color: 559574.

HSL color Cylindrical-coordinate representation of color #D68908: hue angle of 37.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D68908 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 8 -
CMYK 0 0.36 0.96 0.16
HSL 37.57º 0.93% 0.44% -
HSV(B) 37.57º 0.96% 0.84% -
XYZ 36.72 32.2 4.51 -
YUV 145.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 214 137 8 0 0.36 0.96 0.16 37.57 0.93 0.44
Hex D6 89 8 0 24 60 10 26 5D 2C
Octal 326 211 10 0 44 140 20 46 135 54
Binary 11010110 10001001 1000 0 100100 1100000 10000 100110 1011101 101100

Color Harmonies of #D68908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68908

Black with #D68908

Text Example


Text Example

White with #D68908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68908; }

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

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

background-color css

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

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

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

border-color css

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

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

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