Html Css Color HEX #D69900 Gamboge

📋 copy color: '#D69900'

red 214 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #D69900

Tints of Gamboge #D69900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.31%
G = 41.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D69900 (or 0xD69900) is known color: Gamboge. HEX triplet: D6, 99 and 00. RGB value is (214,153,0). Sum of RGB (Red+Green+Blue) = 214+153+0=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D69900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69900 is #2966FF. Grayscale: #9A9A9A. Windows color (decimal): -2713344 or 39382. OLE color: 39382.

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

Color convert

RGB 214 153 0 -
CMYK 0 0.29 1 0.16
HSL 42.9º 1% 0.42% -
HSV(B) 42.9º 1% 0.84% -
XYZ 39.12 37.08 5.09 -
YUV 153.8 41.21 170.94 -
System Red Green Blue C M Y K H S L
Decimal 214 153 0 0 0.29 1 0.16 42.9 1 0.42
Hex D6 99 0 0 1D 64 10 2B 64 2A
Octal 326 231 0 0 35 144 20 53 144 52
Binary 11010110 10011001 0 0 11101 1100100 10000 101011 1100100 101010

Color Harmonies of #D69900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69900

Black with #D69900

Text Example


Text Example

White with #D69900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69900; }

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

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

background-color css

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

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

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

border-color css

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

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

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