Html Css Color HEX #D4890C Gamboge

📋 copy color: '#D4890C'

red 212 ◦ green 137 ◦ blue 12

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

Shades of Gamboge #D4890C

Tints of Gamboge #D4890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 58.73%
G = 37.95%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4890C (or 0xD4890C) is known color: Gamboge. HEX triplet: D4, 89 and 0C. RGB value is (212,137,12). Sum of RGB (Red+Green+Blue) = 212+137+12=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4890C is #2B76F3. Grayscale: #919191. Windows color (decimal): -2848500 or 821716. OLE color: 821716.

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

Color convert

RGB 212 137 12 -
CMYK 0 0.35 0.94 0.17
HSL 37.5º 0.89% 0.44% -
HSV(B) 37.5º 0.94% 0.83% -
XYZ 36.16 31.91 4.6 -
YUV 145.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 212 137 12 0 0.35 0.94 0.17 37.5 0.89 0.44
Hex D4 89 C 0 23 5E 11 26 59 2C
Octal 324 211 14 0 43 136 21 46 131 54
Binary 11010100 10001001 1100 0 100011 1011110 10001 100110 1011001 101100

Color Harmonies of #D4890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4890C

Black with #D4890C

Text Example


Text Example

White with #D4890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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