Html Css Color HEX #D68802 Gamboge

📋 copy color: '#D68802'

red 214 ◦ green 136 ◦ blue 2

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

Shades of Gamboge #D68802

Tints of Gamboge #D68802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 60.8%
G = 38.64%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D68802 (or 0xD68802) is known color: Gamboge. HEX triplet: D6, 88 and 02. RGB value is (214,136,2). Sum of RGB (Red+Green+Blue) = 214+136+2=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D68802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68802 is #2977FD. Grayscale: #909090. Windows color (decimal): -2717694 or 166102. OLE color: 166102.

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

Color convert

RGB 214 136 2 -
CMYK 0 0.36 0.99 0.16
HSL 37.92º 0.98% 0.42% -
HSV(B) 37.92º 0.99% 0.84% -
XYZ 36.55 31.91 4.29 -
YUV 144.05 47.84 177.9 -
System Red Green Blue C M Y K H S L
Decimal 214 136 2 0 0.36 0.99 0.16 37.92 0.98 0.42
Hex D6 88 2 0 24 63 10 26 62 2A
Octal 326 210 2 0 44 143 20 46 142 52
Binary 11010110 10001000 10 0 100100 1100011 10000 100110 1100010 101010

Color Harmonies of #D68802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68802

Black with #D68802

Text Example


Text Example

White with #D68802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68802; }

 p { color: rgb(214,136,2); }

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

background-color css

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

 a { background-color: rgb(214,136,2); }

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

border-color css

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

 span { border-color: rgb(214,136,2); }

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