Html Css Color HEX #D69910 Gamboge

📋 copy color: '#D69910'

red 214 ◦ green 153 ◦ blue 16

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

Shades of Gamboge #D69910

Tints of Gamboge #D69910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 55.87%
G = 39.95%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D69910 (or 0xD69910) is known color: Gamboge. HEX triplet: D6, 99 and 10. RGB value is (214,153,16). Sum of RGB (Red+Green+Blue) = 214+153+16=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D69910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69910 is #2966EF. Grayscale: #9C9C9C. Windows color (decimal): -2713328 or 1087958. OLE color: 1087958.

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

Color convert

RGB 214 153 16 -
CMYK 0 0.29 0.93 0.16
HSL 41.52º 0.86% 0.45% -
HSV(B) 41.52º 0.93% 0.84% -
XYZ 39.22 37.12 5.59 -
YUV 155.62 49.21 169.64 -
System Red Green Blue C M Y K H S L
Decimal 214 153 16 0 0.29 0.93 0.16 41.52 0.86 0.45
Hex D6 99 10 0 1D 5D 10 2A 56 2D
Octal 326 231 20 0 35 135 20 52 126 55
Binary 11010110 10011001 10000 0 11101 1011101 10000 101010 1010110 101101

Color Harmonies of #D69910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69910

Black with #D69910

Text Example


Text Example

White with #D69910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69910; }

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

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

background-color css

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

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

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

border-color css

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

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

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