Html Css Color HEX #D2940D Gamboge

📋 copy color: '#D2940D'

red 210 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #D2940D

Tints of Gamboge #D2940D

RGB

 RED value IS 210 (82.42% from 255) = 56.6%

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

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

R = 56.6%
G = 39.89%
B = 3.5%

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

#D2940D (or 0xD2940D) is known color: Gamboge. HEX triplet: D2, 94 and 0D. RGB value is (210,148,13). Sum of RGB (Red+Green+Blue) = 210+148+13=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2940D is #2D6BF2. Grayscale: #979797. Windows color (decimal): -2976755 or 890066. OLE color: 890066.

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

Color convert

RGB 210 148 13 -
CMYK 0 0.30 0.94 0.18
HSL 41.12º 0.88% 0.44% -
HSV(B) 41.12º 0.94% 0.82% -
XYZ 37.24 34.91 5.16 -
YUV 151.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 210 148 13 0 0.30 0.94 0.18 41.12 0.88 0.44
Hex D2 94 D 0 1E 5E 12 29 58 2C
Octal 322 224 15 0 36 136 22 51 130 54
Binary 11010010 10010100 1101 0 11110 1011110 10010 101001 1011000 101100

Color Harmonies of #D2940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2940D

Black with #D2940D

Text Example


Text Example

White with #D2940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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