Html Css Color HEX #D6940B Gamboge

📋 copy color: '#D6940B'

red 214 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #D6940B

Tints of Gamboge #D6940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 57.37%
G = 39.68%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6940B (or 0xD6940B) is known color: Gamboge. HEX triplet: D6, 94 and 0B. RGB value is (214,148,11). Sum of RGB (Red+Green+Blue) = 214+148+11=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6940B is #296BF4. Grayscale: #989898. Windows color (decimal): -2714613 or 758998. OLE color: 758998.

HSL color Cylindrical-coordinate representation of color #D6940B: hue angle of 40.49º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6940B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 11 -
CMYK 0 0.31 0.95 0.16
HSL 40.49º 0.9% 0.44% -
HSV(B) 40.49º 0.95% 0.84% -
XYZ 38.38 35.5 5.15 -
YUV 152.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 214 148 11 0 0.31 0.95 0.16 40.49 0.9 0.44
Hex D6 94 B 0 1F 5F 10 28 5A 2C
Octal 326 224 13 0 37 137 20 50 132 54
Binary 11010110 10010100 1011 0 11111 1011111 10000 101000 1011010 101100

Color Harmonies of #D6940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6940B

Black with #D6940B

Text Example


Text Example

White with #D6940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6940B; }

 p { color: rgb(214,148,11); }

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

background-color css

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

 a { background-color: rgb(214,148,11); }

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

border-color css

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

 span { border-color: rgb(214,148,11); }

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