Html Css Color HEX #D0940F Gamboge

📋 copy color: '#D0940F'

red 208 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #D0940F

Tints of Gamboge #D0940F

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 56.06%
G = 39.89%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0940F (or 0xD0940F) is known color: Gamboge. HEX triplet: D0, 94 and 0F. RGB value is (208,148,15). Sum of RGB (Red+Green+Blue) = 208+148+15=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0940F is #2F6BF0. Grayscale: #979797. Windows color (decimal): -3107825 or 1021136. OLE color: 1021136.

HSL color Cylindrical-coordinate representation of color #D0940F: hue angle of 41.35º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0940F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 15 -
CMYK 0 0.29 0.93 0.18
HSL 41.35º 0.87% 0.44% -
HSV(B) 41.35º 0.93% 0.82% -
XYZ 36.69 34.62 5.2 -
YUV 150.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 208 148 15 0 0.29 0.93 0.18 41.35 0.87 0.44
Hex D0 94 F 0 1D 5D 12 29 57 2C
Octal 320 224 17 0 35 135 22 51 127 54
Binary 11010000 10010100 1111 0 11101 1011101 10010 101001 1010111 101100

Color Harmonies of #D0940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0940F

Black with #D0940F

Text Example


Text Example

White with #D0940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0940F; }

 p { color: rgb(208,148,15); }

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

background-color css

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

 a { background-color: rgb(208,148,15); }

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

border-color css

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

 span { border-color: rgb(208,148,15); }

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