Html Css Color HEX #D0940D Gamboge

📋 copy color: '#D0940D'

red 208 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #D0940D

Tints of Gamboge #D0940D

RGB

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

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

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

R = 56.37%
G = 40.11%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0940D (or 0xD0940D) is known color: Gamboge. HEX triplet: D0, 94 and 0D. RGB value is (208,148,13). Sum of RGB (Red+Green+Blue) = 208+148+13=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0940D is #2F6BF2. Grayscale: #979797. Windows color (decimal): -3107827 or 890064. OLE color: 890064.

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

Color convert

RGB 208 148 13 -
CMYK 0 0.29 0.94 0.18
HSL 41.54º 0.88% 0.43% -
HSV(B) 41.54º 0.94% 0.82% -
XYZ 36.67 34.62 5.13 -
YUV 150.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 208 148 13 0 0.29 0.94 0.18 41.54 0.88 0.43
Hex D0 94 D 0 1D 5E 12 2A 58 2B
Octal 320 224 15 0 35 136 22 52 130 53
Binary 11010000 10010100 1101 0 11101 1011110 10010 101010 1011000 101011

Color Harmonies of #D0940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0940D

Black with #D0940D

Text Example


Text Example

White with #D0940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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