Html Css Color HEX #D69919 Gamboge

📋 copy color: '#D69919'

red 214 ◦ green 153 ◦ blue 25

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

Shades of Gamboge #D69919

Tints of Gamboge #D69919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 54.59%
G = 39.03%
B = 6.38%

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

#D69919 (or 0xD69919) is known color: Gamboge. HEX triplet: D6, 99 and 19. RGB value is (214,153,25). Sum of RGB (Red+Green+Blue) = 214+153+25=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D69919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69919 is #2966E6. Grayscale: #9D9D9D. Windows color (decimal): -2713319 or 1677782. OLE color: 1677782.

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

Color convert

RGB 214 153 25 -
CMYK 0 0.29 0.88 0.16
HSL 40.63º 0.79% 0.47% -
HSV(B) 40.63º 0.88% 0.84% -
XYZ 39.3 37.15 6.02 -
YUV 156.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 214 153 25 0 0.29 0.88 0.16 40.63 0.79 0.47
Hex D6 99 19 0 1D 58 10 29 4F 2F
Octal 326 231 31 0 35 130 20 51 117 57
Binary 11010110 10011001 11001 0 11101 1011000 10000 101001 1001111 101111

Color Harmonies of #D69919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69919

Black with #D69919

Text Example


Text Example

White with #D69919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69919; }

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

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

background-color css

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

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

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

border-color css

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

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

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