Html Css Color HEX #D69803 Gamboge

📋 copy color: '#D69803'

red 214 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #D69803

Tints of Gamboge #D69803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 57.99%
G = 41.19%
B = 0.81%

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

#D69803 (or 0xD69803) is known color: Gamboge. HEX triplet: D6, 98 and 03. RGB value is (214,152,3). Sum of RGB (Red+Green+Blue) = 214+152+3=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69803 is #2967FC. Grayscale: #9A9A9A. Windows color (decimal): -2713597 or 235734. OLE color: 235734.

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

Color convert

RGB 214 152 3 -
CMYK 0 0.29 0.99 0.16
HSL 42.37º 0.97% 0.43% -
HSV(B) 42.37º 0.99% 0.84% -
XYZ 38.98 36.76 5.13 -
YUV 153.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 214 152 3 0 0.29 0.99 0.16 42.37 0.97 0.43
Hex D6 98 3 0 1D 63 10 2A 61 2B
Octal 326 230 3 0 35 143 20 52 141 53
Binary 11010110 10011000 11 0 11101 1100011 10000 101010 1100001 101011

Color Harmonies of #D69803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69803

Black with #D69803

Text Example


Text Example

White with #D69803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69803; }

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

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

background-color css

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

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

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

border-color css

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

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

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