Html Css Color HEX #D4920C Gamboge

📋 copy color: '#D4920C'

red 212 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #D4920C

Tints of Gamboge #D4920C

RGB

 RED value IS 212 (83.2% from 255) = 57.3%

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

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 57.3%
G = 39.46%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4920C (or 0xD4920C) is known color: Gamboge. HEX triplet: D4, 92 and 0C. RGB value is (212,146,12). Sum of RGB (Red+Green+Blue) = 212+146+12=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4920C is #2B6DF3. Grayscale: #979797. Windows color (decimal): -2846196 or 824020. OLE color: 824020.

HSL color Cylindrical-coordinate representation of color #D4920C: hue angle of 40.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4920C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 146 12 -
CMYK 0 0.31 0.94 0.17
HSL 40.2º 0.89% 0.44% -
HSV(B) 40.2º 0.94% 0.83% -
XYZ 37.5 34.58 5.05 -
YUV 150.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 212 146 12 0 0.31 0.94 0.17 40.2 0.89 0.44
Hex D4 92 C 0 1F 5E 11 28 59 2C
Octal 324 222 14 0 37 136 21 50 131 54
Binary 11010100 10010010 1100 0 11111 1011110 10001 101000 1011001 101100

Color Harmonies of #D4920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4920C

Black with #D4920C

Text Example


Text Example

White with #D4920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4920C; }

 p { color: rgb(212,146,12); }

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

background-color css

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

 a { background-color: rgb(212,146,12); }

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

border-color css

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

 span { border-color: rgb(212,146,12); }

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