Html Css Color HEX #D69802 Gamboge

📋 copy color: '#D69802'

red 214 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #D69802

Tints of Gamboge #D69802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

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

R = 58.15%
G = 41.3%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D69802 (or 0xD69802) is known color: Gamboge. HEX triplet: D6, 98 and 02. RGB value is (214,152,2). Sum of RGB (Red+Green+Blue) = 214+152+2=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D69802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69802 is #2967FD. Grayscale: #9A9A9A. Windows color (decimal): -2713598 or 170198. OLE color: 170198.

HSL color Cylindrical-coordinate representation of color #D69802: hue angle of 42.45º 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 #D69802 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 2 -
CMYK 0 0.29 0.99 0.16
HSL 42.45º 0.98% 0.42% -
HSV(B) 42.45º 0.99% 0.84% -
XYZ 38.97 36.76 5.1 -
YUV 153.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 214 152 2 0 0.29 0.99 0.16 42.45 0.98 0.42
Hex D6 98 2 0 1D 63 10 2A 62 2A
Octal 326 230 2 0 35 143 20 52 142 52
Binary 11010110 10011000 10 0 11101 1100011 10000 101010 1100010 101010

Color Harmonies of #D69802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69802

Black with #D69802

Text Example


Text Example

White with #D69802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69802; }

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

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

background-color css

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

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

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

border-color css

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

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

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