Html Css Color HEX #D2920D Gamboge

📋 copy color: '#D2920D'

red 210 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #D2920D

Tints of Gamboge #D2920D

RGB

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

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

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

R = 56.91%
G = 39.57%
B = 3.52%

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

#D2920D (or 0xD2920D) is known color: Gamboge. HEX triplet: D2, 92 and 0D. RGB value is (210,146,13). Sum of RGB (Red+Green+Blue) = 210+146+13=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2920D is #2D6DF2. Grayscale: #969696. Windows color (decimal): -2977267 or 889554. OLE color: 889554.

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

Color convert

RGB 210 146 13 -
CMYK 0 0.30 0.94 0.18
HSL 40.51º 0.88% 0.44% -
HSV(B) 40.51º 0.94% 0.82% -
XYZ 36.93 34.29 5.05 -
YUV 149.97 50.7 170.81 -
System Red Green Blue C M Y K H S L
Decimal 210 146 13 0 0.30 0.94 0.18 40.51 0.88 0.44
Hex D2 92 D 0 1E 5E 12 29 58 2C
Octal 322 222 15 0 36 136 22 51 130 54
Binary 11010010 10010010 1101 0 11110 1011110 10010 101001 1011000 101100

Color Harmonies of #D2920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2920D

Black with #D2920D

Text Example


Text Example

White with #D2920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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