Html Css Color HEX #D6900D Gamboge

📋 copy color: '#D6900D'

red 214 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #D6900D

Tints of Gamboge #D6900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 57.68%
G = 38.81%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6900D (or 0xD6900D) is known color: Gamboge. HEX triplet: D6, 90 and 0D. RGB value is (214,144,13). Sum of RGB (Red+Green+Blue) = 214+144+13=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6900D is #296FF2. Grayscale: #969696. Windows color (decimal): -2715635 or 889046. OLE color: 889046.

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

Color convert

RGB 214 144 13 -
CMYK 0 0.33 0.94 0.16
HSL 39.1º 0.89% 0.45% -
HSV(B) 39.1º 0.94% 0.84% -
XYZ 37.78 34.27 5 -
YUV 150 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 214 144 13 0 0.33 0.94 0.16 39.1 0.89 0.45
Hex D6 90 D 0 21 5E 10 27 59 2D
Octal 326 220 15 0 41 136 20 47 131 55
Binary 11010110 10010000 1101 0 100001 1011110 10000 100111 1011001 101101

Color Harmonies of #D6900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6900D

Black with #D6900D

Text Example


Text Example

White with #D6900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6900D; }

 p { color: rgb(214,144,13); }

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

background-color css

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

 a { background-color: rgb(214,144,13); }

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

border-color css

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

 span { border-color: rgb(214,144,13); }

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