Html Css Color HEX #D69819 Gamboge

📋 copy color: '#D69819'

red 214 ◦ green 152 ◦ blue 25

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

Shades of Gamboge #D69819

Tints of Gamboge #D69819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 54.73%
G = 38.87%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69819 (or 0xD69819) is known color: Gamboge. HEX triplet: D6, 98 and 19. RGB value is (214,152,25). Sum of RGB (Red+Green+Blue) = 214+152+25=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D69819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69819 is #2967E6. Grayscale: #9C9C9C. Windows color (decimal): -2713575 or 1677526. OLE color: 1677526.

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

Color convert

RGB 214 152 25 -
CMYK 0 0.29 0.88 0.16
HSL 40.32º 0.79% 0.47% -
HSV(B) 40.32º 0.88% 0.84% -
XYZ 39.14 36.82 5.96 -
YUV 156.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 214 152 25 0 0.29 0.88 0.16 40.32 0.79 0.47
Hex D6 98 19 0 1D 58 10 28 4F 2F
Octal 326 230 31 0 35 130 20 50 117 57
Binary 11010110 10011000 11001 0 11101 1011000 10000 101000 1001111 101111

Color Harmonies of #D69819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69819

Black with #D69819

Text Example


Text Example

White with #D69819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69819; }

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

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

background-color css

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

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

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

border-color css

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

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

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