Html Css Color HEX #D0920D Gamboge

📋 copy color: '#D0920D'

red 208 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #D0920D

Tints of Gamboge #D0920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 56.68%
G = 39.78%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0920D (or 0xD0920D) is known color: Gamboge. HEX triplet: D0, 92 and 0D. RGB value is (208,146,13). Sum of RGB (Red+Green+Blue) = 208+146+13=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0920D is #2F6DF2. Grayscale: #959595. Windows color (decimal): -3108339 or 889552. OLE color: 889552.

HSL color Cylindrical-coordinate representation of color #D0920D: hue angle of 40.92º 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 #D0920D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 13 -
CMYK 0 0.30 0.94 0.18
HSL 40.92º 0.88% 0.43% -
HSV(B) 40.92º 0.94% 0.82% -
XYZ 36.36 34 5.03 -
YUV 149.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 208 146 13 0 0.30 0.94 0.18 40.92 0.88 0.43
Hex D0 92 D 0 1E 5E 12 29 58 2B
Octal 320 222 15 0 36 136 22 51 130 53
Binary 11010000 10010010 1101 0 11110 1011110 10010 101001 1011000 101011

Color Harmonies of #D0920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0920D

Black with #D0920D

Text Example


Text Example

White with #D0920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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